Skip to content

Commit 1df3e9a

Browse files
authored
Merge pull request #49 from probe-rs/dependabot/cargo/minor-f9e69aa8fe
Bump the minor group across 1 directory with 6 updates
2 parents d38c11b + 45cd607 commit 1df3e9a

File tree

3 files changed

+34
-33
lines changed

3 files changed

+34
-33
lines changed

Cargo.lock

Lines changed: 31 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ serde = { version = "1", features = ["derive"] }
1010
serde_json = "1"
1111
yew = { version = "0.21", features = ["csr"] }
1212
web-sys = "0.3"
13-
wasm-bindgen = "0.2.92"
13+
wasm-bindgen = "0.2.93"
1414
gloo = "0.11.0"
1515
wasm-bindgen-futures = "0.4"
1616
wasm-logger = "0.2"
@@ -19,5 +19,5 @@ anyhow = "1.0"
1919
lazy_static = { version = "1.5" }
2020

2121
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
22-
clap = { version = "4.5.11", features = ["derive"] }
22+
clap = { version = "4.5.17", features = ["derive"] }
2323
pretty_env_logger = "0.5.0"

Trunk.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
wasm_bindgen = "0.2.92"
2+
wasm_bindgen = "0.2.93"

0 commit comments

Comments
 (0)