Skip to content

Commit

Permalink
Merge pull request #664 from svenstaro/dependabot/cargo/all-dependenc…
Browse files Browse the repository at this point in the history
…ies-66d30d0876

Bump the all-dependencies group with 6 updates
  • Loading branch information
svenstaro authored Jul 3, 2024
2 parents df24371 + d3a7bf6 commit 421c734
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ getrandom = { version = "0.2", features = ["js"] }
humansize = "2"
humantime = "2"
instant = { version = "0.1", features = ["now", "wasm-bindgen"] }
lazy_static = "1.4"
lazy_static = "1.5"
progress_string = "0.2"
rand = "0.8"
rand_distr = "0.4"
regex = "1.8"
regex = "1.10"
sha2 = "0.10.6"
yansi = "1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
clap = { version = "4.4", features = ["derive", "cargo", "wrap_help"] }
clap = { version = "4.5", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "4"
clap_mangen = "0.2"
ctrlc = { version = "3.4", features = ["termination"] }
Expand All @@ -47,7 +47,7 @@ terminal_size = "0.3"
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1"
js-sys = "0.3"
url = "2.4"
url = "2.5"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
web-sys = { version = "0.3", features = ["Window", "Location", "console"] }

0 comments on commit 421c734

Please sign in to comment.