Skip to content

Commit fd66e09

Browse files
Merge pull request youki-dev#3460 from youki-dev/dependabot/cargo/patch-d072626605
2 parents a1463fd + a9ad7aa commit fd66e09

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -22,7 +22,7 @@ cgroupsv2_devices = ["rbpf", "libbpf-sys", "errno", "libc", "nix/dir"]
2222
[dependencies]
2323
nix = { version = "0.29.0", features = ["signal", "user", "fs"] }
2424
procfs = "0.17.0"
25-
pathrs = "0.2.3"
25+
pathrs = "0.2.4"
2626
oci-spec = { version = "~0.9.0", features = ["runtime"] }
2727
fixedbitset = "0.5.7"
2828
serde = { version = "1.0", features = ["derive"] }

crates/libcontainer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ nc = "0.9.7"
5757
netlink-packet-route = "0.26.0"
5858
netlink-sys = "0.8.8"
5959
netlink-packet-core = "0.8.1"
60-
pathrs = "0.2.3"
60+
pathrs = "0.2.4"
6161

6262
[dev-dependencies]
6363
oci-spec = { version = "~0.9.0", features = ["proptests", "runtime"] }

0 commit comments

Comments
 (0)