diff --git a/Cargo.lock b/Cargo.lock index 03435863..7722a071 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2582,9 +2582,9 @@ checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" [[package]] name = "tinystr" -version = "0.7.6" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" dependencies = [ "displaydoc", ] diff --git a/Cargo.toml b/Cargo.toml index 3fce9bfb..94be2425 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ thiserror = "2.0.15" time = "0.3.43" tokio = { version = "1.48.0", features = ["time"] } tonic = "0.12.3" -tinystr = { version = "0.7.0", default-features = false } +tinystr = { version = "0.8.2", default-features = false } arc-swap = "1.6.0" rlp = "0.6.1" bytes = { version = "1.2.1", default-features = false }