Skip to content

Commit

Permalink
Merge pull request #54 from probe-rs/dependabot/cargo/minor-77ea8946cb
Browse files Browse the repository at this point in the history
Bump the minor group across 1 directory with 5 updates
  • Loading branch information
Tiwalun authored Oct 24, 2024
2 parents 9fc0f0c + b0ab344 commit ffb6365
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
yew = { version = "0.21", features = ["csr"] }
web-sys = "0.3"
wasm-bindgen = "0.2.93"
wasm-bindgen = "0.2.95"
gloo = "0.11.0"
wasm-bindgen-futures = "0.4"
wasm-logger = "0.2"
Expand All @@ -19,5 +19,5 @@ anyhow = "1.0"
lazy_static = { version = "1.5" }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
clap = { version = "4.5.19", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
pretty_env_logger = "0.5.0"
2 changes: 1 addition & 1 deletion Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tools]
wasm_bindgen = "0.2.93"
wasm_bindgen = "0.2.95"

0 comments on commit ffb6365

Please sign in to comment.