Skip to content

Commit a9ad7aa

Browse files
chore(deps): bump pathrs from 0.2.3 to 0.2.4 in the patch group
Bumps the patch group with 1 update: [pathrs](https://github.com/cyphar/libpathrs). Updates `pathrs` from 0.2.3 to 0.2.4 - [Release notes](https://github.com/cyphar/libpathrs/releases) - [Changelog](https://github.com/cyphar/libpathrs/blob/main/CHANGELOG.md) - [Commits](cyphar/libpathrs@go-pathrs/v0.2.3...go-pathrs/v0.2.4) --- updated-dependencies: - dependency-name: pathrs dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1463fd commit a9ad7aa

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)