diff --git a/Cargo.lock b/Cargo.lock index 7a072f3..3e04244 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2370,9 +2370,9 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd" +checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" dependencies = [ "once_cell", ] diff --git a/Cargo.toml b/Cargo.toml index 2ef3b98..bd2593d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ chrono = { version = "0.4.19", features = ["serde"] } terra-rust-api="1.0.12" secp256k1 = { version = "0.20.3", default-features = false } async-trait = "0.1.51" -thread_local = "1.1.3" +thread_local = "1.1.4" sha2 = "0.8.0" base64 = "0.13.0"