fix(deps): update rust crate serde to v1.0.209 #88
1 changed files with 18 additions and 2 deletions
20
Cargo.lock
generated
20
Cargo.lock
generated
|
@ -65,7 +65,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "f2c99b7a5614b72a78f04aa2021e5370fc1aef2475fffeffc0c1266b99007062"
|
||||
dependencies = [
|
||||
"actix-service",
|
||||
"actix-session",
|
||||
"actix-session 0.9.0",
|
||||
"actix-utils",
|
||||
"actix-web",
|
||||
"derive_more",
|
||||
|
@ -154,6 +154,22 @@ dependencies = [
|
|||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "actix-session"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ac013ca53d36acb0cc60f5437381c97c291f51a12a5bd8d02febc3a3aaf53390"
|
||||
dependencies = [
|
||||
"actix-service",
|
||||
"actix-utils",
|
||||
"actix-web",
|
||||
"anyhow",
|
||||
"derive_more",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "actix-utils"
|
||||
version = "3.0.1"
|
||||
|
@ -4198,7 +4214,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"actix-identity",
|
||||
"actix-rt",
|
||||
"actix-session",
|
||||
"actix-session 0.10.0",
|
||||
"actix-web",
|
||||
"argon2-creds",
|
||||
"async-trait",
|
||||
|
|
Loading…
Reference in a new issue