Skip to content

Commit 8db2447

Browse files
dependabot[bot]YamasouA
authored andcommitted
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [thiserror](https://github.com/dtolnay/thiserror) and [anyhow](https://github.com/dtolnay/anyhow). Updates `thiserror` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.3...2.0.4) Updates `anyhow` from 1.0.93 to 1.0.94 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.93...1.0.94) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Akiyama <[email protected]>
1 parent 9412cbf commit 8db2447

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

Cargo.lock

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

crates/libcgroups/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rbpf = { version = "0.3.0", optional = true }
2929
libbpf-sys = { version = "1.5.0", optional = true }
3030
errno = { version = "0.3.10", optional = true }
3131
libc = { version = "0.2.167", optional = true }
32-
thiserror = "2.0.3"
32+
thiserror = "2.0.4"
3333
tracing = { version = "0.1.41", features = ["attributes"] }
3434

3535
[dev-dependencies]

crates/libcontainer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ serde = { version = "1.0", features = ["derive"] }
4747
serde_json = "1.0"
4848
rust-criu = "0.4.0"
4949
regex = { version = "1.10.6", default-features = false, features = ["std", "unicode-perl"] }
50-
thiserror = "2.0.3"
50+
thiserror = "2.0.4"
5151
tracing = { version = "0.1.41", features = ["attributes"] }
5252
safe-path = "0.1.0"
5353
nc = "0.9.5"

crates/youki/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ default-features = false
2828
features = ["std", "suggestions", "derive", "cargo", "help", "usage", "error-context"]
2929

3030
[dependencies]
31-
anyhow = "1.0.93"
31+
anyhow = "1.0.94"
3232
chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] }
3333
libcgroups = { path = "../libcgroups", default-features = false, version = "0.4.1" } # MARK: Version
3434
libcontainer = { path = "../libcontainer", default-features = false, version = "0.4.1" } # MARK: Version
@@ -55,5 +55,5 @@ tempfile = "3"
5555
scopeguard = "1.2.0"
5656

5757
[build-dependencies]
58-
anyhow = "1.0.93"
58+
anyhow = "1.0.94"
5959
vergen-gitcl = { version = "1.0.2", features = ["build"] }

tests/contest/test_framework/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
anyhow = "1.0.93"
9+
anyhow = "1.0.94"
1010
crossbeam = "0.8.4"

0 commit comments

Comments
 (0)