Skip to content

Commit 4522218

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 1202a2f commit 4522218

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

+2-2
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
@@ -257,7 +257,7 @@ ipnetwork = "0.20"
257257
isocountry = "0.3.2"
258258
itertools = "0.13.0"
259259
k256 = "0.13"
260-
lazy_static = "1.4.0"
260+
lazy_static = "1.5.0"
261261
ledger-transport = "0.10.0"
262262
ledger-transport-hid = "0.10.0"
263263
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.75"
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.79"
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.75"
1818
# base58 en/decoding

0 commit comments

Comments
 (0)