Skip to content

Commit a7e1cb5

Browse files
build(deps): bump lazy_static from 1.4.0 to 1.5.0
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0) --- updated-dependencies: - dependency-name: lazy_static dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e680e8d commit a7e1cb5

File tree

5 files changed

+10
-16
lines changed

5 files changed

+10
-16
lines changed

Cargo.lock

+6-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ ipnetwork = "0.20"
271271
isocountry = "0.3.2"
272272
itertools = "0.13.0"
273273
k256 = "0.13"
274-
lazy_static = "1.4.0"
274+
lazy_static = "1.5.0"
275275
ledger-transport = "0.10.0"
276276
ledger-transport-hid = "0.10.0"
277277
log = "0.4"

sdk/ffi/cpp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ nym-sdk = { path = "../../rust/nym-sdk/" }
1616
nym-bin-common = { path = "../../../common/bin-common" }
1717
nym-sphinx-anonymous-replies = { path = "../../../common/nymsphinx/anonymous-replies" }
1818
nym-ffi-shared = { path = "../shared" }
19-
lazy_static = "1.4.0"
19+
lazy_static = "1.5.0"
2020
# error handling
2121
anyhow = "1.0.90"
2222
# base58 en/decoding

sdk/ffi/go/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nym-sphinx-anonymous-replies = { path = "../../../common/nymsphinx/anonymous-rep
1818
nym-ffi-shared = { path = "../shared" }
1919
# Async runtime
2020
tokio = { version = "1", features = ["full"] }
21-
lazy_static = "1.4.0"
21+
lazy_static = "1.5.0"
2222
# error handling
2323
anyhow = "1.0.90"
2424
thiserror = "1.0.64"

sdk/ffi/shared/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nym-sdk = { path = "../../rust/nym-sdk/" }
1212
nym-bin-common = { path = "../../../common/bin-common" }
1313
nym-sphinx-anonymous-replies = { path = "../../../common/nymsphinx/anonymous-replies" }
1414
# static var macro
15-
lazy_static = "1.4.0"
15+
lazy_static = "1.5.0"
1616
# error handling
1717
anyhow = "1.0.90"
1818
# base58 en/decoding

0 commit comments

Comments
 (0)