diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index ff02836c..40ca9890 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -35,7 +35,7 @@ http = "0.2" moka = "0.11.2" ejdb2rs = {workspace=true} ethers = { workspace = true } -rsa = "0.6.1" +rsa = "0.9.6" rand = "0.8.5" tokio = { version = "1.17.0", features = ["full"] } chashmap = "2.2.2"