Skip to content

Commit d749522

Browse files
authored
Merge pull request #37 from probe-rs/dependabot/cargo/minor-bce340c0a9
Bump lazy_static from 1.4.0 to 1.5.0 in the minor group
2 parents b193243 + 4ee80e1 commit d749522

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ wasm-bindgen-futures = "0.4"
1616
wasm-logger = "0.2"
1717
log = "0.4"
1818
anyhow = "1.0"
19-
lazy_static = { version = "1.4" }
19+
lazy_static = { version = "1.5" }
2020

2121
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
2222
clap = { version = "4.5.7", features = ["derive"] }

0 commit comments

Comments
 (0)