Skip to content

Commit 5d258ac

Browse files
chore(deps): bump the cargo group across 1 directory with 3 updates
Bumps the cargo group with 3 updates in the /codex-rs directory: [tar](https://github.com/alexcrichton/tar-rs), [aws-lc-sys](https://github.com/aws/aws-lc-rs) and [quinn-proto](https://github.com/quinn-rs/quinn). Updates `tar` from 0.4.44 to 0.4.45 - [Commits](alexcrichton/tar-rs@0.4.44...0.4.45) Updates `aws-lc-sys` from 0.37.0 to 0.37.1 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-sys/v0.37.0...aws-lc-sys/v0.37.1) Updates `quinn-proto` from 0.11.13 to 0.11.14 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-proto-0.11.13...quinn-proto-0.11.14) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.45 dependency-type: direct:production dependency-group: cargo - dependency-name: aws-lc-sys dependency-version: 0.37.1 dependency-type: indirect dependency-group: cargo - dependency-name: quinn-proto dependency-version: 0.11.14 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f72c23 commit 5d258ac

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

codex-rs/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ syntect = "5"
289289
sysinfo = "0.31.4"
290290
sys-locale = "0.3.2"
291291
tempfile = "3.23.0"
292-
tar = "0.4.44"
292+
tar = "0.4.45"
293293
test-log = "0.2.19"
294294
textwrap = "0.16.2"
295295
thiserror = "2.0.17"

extensions/codex-viz-web/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"
2020

2121
# Git operations
22-
git2 = "0.18"
22+
git2 = "0.20"
2323

2424
# File system watching
2525
notify = "6.1"

0 commit comments

Comments
 (0)