Skip to content

Commit

Permalink
build(deps): bump cap-std from 1.0.15 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [cap-std](https://github.com/bytecodealliance/cap-std) from 1.0.15 to 2.0.0.
- [Commits](bytecodealliance/cap-std@cap-std-v1.0.15...cap-std-v2.0.0)

---
updated-dependencies:
- dependency-name: cap-std
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2023
1 parent 538ea10 commit 234595d
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 20 deletions.
106 changes: 87 additions & 19 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bitflags = "2.3"
bootc = { git = "https://github.com/containers/bootc.git", branch = "main", package = "bootc-lib"}
camino = "1.1.1"
cap-std-ext = "2.0"
cap-std = { version = "1.0.3", features = ["fs_utf8"] }
cap-std = { version = "2.0.0", features = ["fs_utf8"] }
containers-image-proxy = "0.5.1"
# Explicitly force on libc
rustix = { version = "0.37", features = ["use-libc"] }
Expand Down

0 comments on commit 234595d

Please sign in to comment.