diff --git a/Cargo.lock b/Cargo.lock index 2e74311fa1..d34e27da52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3696,9 +3696,9 @@ dependencies = [ [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "ledger-apdu" diff --git a/Cargo.toml b/Cargo.toml index 04e5f5c8e8..4ee141c840 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -259,7 +259,7 @@ ipnetwork = "0.20" isocountry = "0.3.2" itertools = "0.13.0" k256 = "0.13" -lazy_static = "1.4.0" +lazy_static = "1.5.0" ledger-transport = "0.10.0" ledger-transport-hid = "0.10.0" log = "0.4" diff --git a/sdk/ffi/cpp/Cargo.toml b/sdk/ffi/cpp/Cargo.toml index ba7d99e21a..a237675b8c 100644 --- a/sdk/ffi/cpp/Cargo.toml +++ b/sdk/ffi/cpp/Cargo.toml @@ -16,7 +16,7 @@ nym-sdk = { path = "../../rust/nym-sdk/" } nym-bin-common = { path = "../../../common/bin-common" } nym-sphinx-anonymous-replies = { path = "../../../common/nymsphinx/anonymous-replies" } nym-ffi-shared = { path = "../shared" } -lazy_static = "1.4.0" +lazy_static = "1.5.0" # error handling anyhow = "1.0.75" # base58 en/decoding diff --git a/sdk/ffi/go/Cargo.toml b/sdk/ffi/go/Cargo.toml index e1486844db..3a820f6584 100644 --- a/sdk/ffi/go/Cargo.toml +++ b/sdk/ffi/go/Cargo.toml @@ -18,7 +18,7 @@ nym-sphinx-anonymous-replies = { path = "../../../common/nymsphinx/anonymous-rep nym-ffi-shared = { path = "../shared" } # Async runtime tokio = { version = "1", features = ["full"] } -lazy_static = "1.4.0" +lazy_static = "1.5.0" # error handling anyhow = "1.0.79" thiserror = "1.0.64" diff --git a/sdk/ffi/shared/Cargo.toml b/sdk/ffi/shared/Cargo.toml index 3e0d297238..68b2f05385 100644 --- a/sdk/ffi/shared/Cargo.toml +++ b/sdk/ffi/shared/Cargo.toml @@ -12,7 +12,7 @@ nym-sdk = { path = "../../rust/nym-sdk/" } nym-bin-common = { path = "../../../common/bin-common" } nym-sphinx-anonymous-replies = { path = "../../../common/nymsphinx/anonymous-replies" } # static var macro -lazy_static = "1.4.0" +lazy_static = "1.5.0" # error handling anyhow = "1.0.75" # base58 en/decoding