Skip to content

Commit

Permalink
Merge pull request #49 from probe-rs/dependabot/cargo/minor-f9e69aa8fe
Browse files Browse the repository at this point in the history
Bump the minor group across 1 directory with 6 updates
  • Loading branch information
Tiwalun authored Sep 18, 2024
2 parents d38c11b + 45cd607 commit 1df3e9a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 33 deletions.
61 changes: 31 additions & 30 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.92"
wasm-bindgen = "0.2.93"
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.11", features = ["derive"] }
clap = { version = "4.5.17", 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.92"
wasm_bindgen = "0.2.93"

0 comments on commit 1df3e9a

Please sign in to comment.