diff --git a/Cargo.lock b/Cargo.lock index 8f8f9ff..02cc00b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1160,9 +1160,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" +checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501" dependencies = [ "quote", "syn 2.0.94", diff --git a/svanill-vault-server/Cargo.toml b/svanill-vault-server/Cargo.toml index 7255c20..9ad5d86 100644 --- a/svanill-vault-server/Cargo.toml +++ b/svanill-vault-server/Cargo.toml @@ -53,7 +53,7 @@ features = ["rustls", "backtrace", "contexts", "panic", "reqwest", "tracing"] aws-smithy-http = "0.60.10" aws-smithy-runtime = { version = "1.7.4", features=["client", "test-util"] } tokio = "1.26.0" -ctor = "0.2.8" +ctor = "0.2.9" actix-rt = "2.10.0" [profile.release]