Skip to content

Commit

Permalink
Update to cap-std 3.4.1. (#9558)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Nov 5, 2024
1 parent 63bdc9c commit 51736e3
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 47 deletions.
82 changes: 41 additions & 41 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,12 @@ regalloc2 = "0.10.2"

# cap-std family:
target-lexicon = "0.12.16"
cap-std = "3.0.0"
cap-rand = { version = "3.0.0", features = ["small_rng"] }
cap-fs-ext = "3.0.0"
cap-net-ext = "3.0.0"
cap-time-ext = "3.0.0"
cap-tempfile = "3.0.0"
cap-std = "3.4.1"
cap-rand = { version = "3.4.1", features = ["small_rng"] }
cap-fs-ext = "3.4.1"
cap-net-ext = "3.4.1"
cap-time-ext = "3.4.1"
cap-tempfile = "3.4.1"
fs-set-times = "0.20.1"
system-interface = { version = "0.27.1", features = ["cap_std_impls"] }
io-lifetimes = { version = "2.0.3", default-features = false }
Expand Down
Loading

0 comments on commit 51736e3

Please sign in to comment.