Skip to content

Commit

Permalink
chore(deps): bump path-clean from 0.1.0 to 1.0.1
Browse files Browse the repository at this point in the history
Bumps [path-clean](https://github.com/danreeves/path-clean) from 0.1.0 to 1.0.1.
- [Release notes](https://github.com/danreeves/path-clean/releases)
- [Commits](https://github.com/danreeves/path-clean/commits)

---
updated-dependencies:
- dependency-name: path-clean
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2023
1 parent 019e4ec commit 115c41c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ log = "0.4"
mio = { version = "0.8.6", features = ["os-ext", "os-poll"] }
nix = "0.26.2"
oci-spec = { version = "^0.5.5", features = ["runtime"] }
path-clean = "0.1.0"
path-clean = "1.0.1"
procfs = "0.15.1"
prctl = "1.0.0"
libcgroups = { version = "0.0.4", path = "../libcgroups", default-features = false }
Expand Down

0 comments on commit 115c41c

Please sign in to comment.