Update async-psec to v0.3

This commit is contained in:
Matéo Duparc 2021-05-30 18:43:47 +02:00
parent e953b7b335
commit 2673fb2341
Signed by: hardcoresushi
GPG Key ID: 007F84120107191E
2 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@ -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",

View File

@ -1,6 +1,6 @@
[package]
name = "aira"
version = "0.0.2"
version = "0.0.3"
authors = ["Hardcore Sushi <hardcore.sushi@disroot.org>"]
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"
linked-hash-map = "0.5"