diff --git a/Cargo.lock b/Cargo.lock index 6ca633e..53ec822 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix-codec" version = "0.3.0" @@ -403,9 +405,9 @@ dependencies = [ [[package]] name = "async-psec" -version = "0.3.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589ceb2d0c6d841e27084dac8599b84436b9024dc047f71963c7460c31f1e8f5" +checksum = "d71727d595d8bc98ca2a6980aa0a01aa184b1ca0c89c52ea2e045cd8b589b8a0" dependencies = [ "aes-gcm", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b624a3c..1f341d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = ["src/frontend"] rand = "0.8" rand-7 = { package = "rand", version = "0.7.3" } tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "net", "io-util"] } -async-psec = { version = "0.3", features = ["split"] } +async-psec = { version = "0.4", features = ["split"] } lazy_static = "1.4" socket2 = "0.4" rusqlite = { version = "0.25.1", features = ["bundled"] } @@ -45,4 +45,4 @@ yaml-rust = "0.4" linked-hash-map = "0.5" [profile.dev.package.scrypt] -opt-level = 3 +opt-level = 3 \ No newline at end of file