diff --git a/host/Cargo.toml b/host/Cargo.toml index 125a7f8..30172aa 100644 --- a/host/Cargo.toml +++ b/host/Cargo.toml @@ -8,7 +8,7 @@ futures = "0.3" pin-project = "1.0" sprockets-common = { path = "../common", features = ["rand"]} sprockets-session = { path = "../session" } -ring = "0.16.20" +ring = "0.17.5" hubpack = { version = "0.1", optional = true } derive_more = "0.99.17" serde = { version = "1.0.136", features = ["derive"] }