Update async-psec to v0.3
This commit is contained in:
parent
e953b7b335
commit
2673fb2341
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -363,7 +363,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aira"
|
name = "aira"
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-multipart",
|
"actix-multipart",
|
||||||
"actix-web",
|
"actix-web",
|
||||||
@ -403,9 +403,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-psec"
|
name = "async-psec"
|
||||||
version = "0.2.1"
|
version = "0.3.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "31dcd9dc064b59d84e03e9c42c97ca8bba139ff04a874afc0e93944d7f62e235"
|
checksum = "ecfe23adc9e2e5d9dd329ad27dd33d49a3e3a83f88ba8363f8b8438e294075d4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes-gcm",
|
"aes-gcm",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "aira"
|
name = "aira"
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
authors = ["Hardcore Sushi <hardcore.sushi@disroot.org>"]
|
authors = ["Hardcore Sushi <hardcore.sushi@disroot.org>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
exclude = ["src/frontend"]
|
exclude = ["src/frontend"]
|
||||||
@ -9,7 +9,7 @@ exclude = ["src/frontend"]
|
|||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
rand-7 = { package = "rand", version = "0.7.3" }
|
rand-7 = { package = "rand", version = "0.7.3" }
|
||||||
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "net", "io-util"] }
|
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"
|
lazy_static = "1.4"
|
||||||
socket2 = "0.4"
|
socket2 = "0.4"
|
||||||
rusqlite = { version = "0.25.1", features = ["bundled"] }
|
rusqlite = { version = "0.25.1", features = ["bundled"] }
|
||||||
@ -42,4 +42,4 @@ yaml-rust = "0.4" #only in debug mode
|
|||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
html-minifier = "3.0"
|
html-minifier = "3.0"
|
||||||
yaml-rust = "0.4"
|
yaml-rust = "0.4"
|
||||||
linked-hash-map = "0.5"
|
linked-hash-map = "0.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user