From 2673fb23417b92df6ece9391ff6ec56a10f7cecc Mon Sep 17 00:00:00 2001 From: Hardcore Sushi Date: Sun, 30 May 2021 18:43:47 +0200 Subject: [PATCH] Update async-psec to v0.3 --- Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0347d5b..5a3f18d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -363,7 +363,7 @@ dependencies = [ [[package]] name = "aira" -version = "0.0.2" +version = "0.0.3" dependencies = [ "actix-multipart", "actix-web", @@ -403,9 +403,9 @@ dependencies = [ [[package]] name = "async-psec" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31dcd9dc064b59d84e03e9c42c97ca8bba139ff04a874afc0e93944d7f62e235" +checksum = "ecfe23adc9e2e5d9dd329ad27dd33d49a3e3a83f88ba8363f8b8438e294075d4" dependencies = [ "aes-gcm", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c57cc70..506212e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aira" -version = "0.0.2" +version = "0.0.3" authors = ["Hardcore Sushi "] edition = "2018" exclude = ["src/frontend"] @@ -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.2", features = ["split"] } +async-psec = { version = "0.3", features = ["split"] } lazy_static = "1.4" socket2 = "0.4" rusqlite = { version = "0.25.1", features = ["bundled"] } @@ -42,4 +42,4 @@ yaml-rust = "0.4" #only in debug mode [build-dependencies] html-minifier = "3.0" yaml-rust = "0.4" -linked-hash-map = "0.5" \ No newline at end of file +linked-hash-map = "0.5"