Skip to content

Commit

Permalink
Merge pull request #3047 from youki-dev/dependabot/cargo/patch-ec471b…
Browse files Browse the repository at this point in the history
…e453
  • Loading branch information
github-actions[bot] authored Jan 9, 2025
2 parents 887e474 + 95b8a8a commit 1653113
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rbpf = { version = "0.3.0", optional = true }
libbpf-sys = { version = "1.5.0", optional = true }
errno = { version = "0.3.10", optional = true }
libc = { version = "0.2.169", optional = true }
thiserror = "2.0.9"
thiserror = "2.0.10"
tracing = { version = "0.1.41", features = ["attributes"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust-criu = "0.4.0"
regex = { version = "1.10.6", default-features = false, features = ["std", "unicode-perl"] }
thiserror = "2.0.9"
thiserror = "2.0.10"
tracing = { version = "0.1.41", features = ["attributes"] }
safe-path = "0.1.0"
nc = "0.9.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ scopeguard = "1.2.0"

[build-dependencies]
anyhow = "1.0.95"
vergen-gitcl = { version = "1.0.2", features = ["build"] }
vergen-gitcl = { version = "1.0.3", features = ["build"] }

0 comments on commit 1653113

Please sign in to comment.