update dependencies
This commit is contained in:
parent
5e8b1ccf93
commit
a3aabbb45b
664
Cargo.lock
generated
664
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
12
Cargo.toml
12
Cargo.toml
@ -6,13 +6,13 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
home = "0.5.5"
|
||||
rand = { features = ["std"], default-features = false, version = "0.8.5" }
|
||||
aes-gcm = { features = ["alloc", "aes"], default-features = false, version = "0.10.1" }
|
||||
home = "0.5"
|
||||
rand = { features = ["std"], default-features = false, version = "0.8" }
|
||||
aes-gcm = { features = ["alloc", "aes"], default-features = false, version = "0.10" }
|
||||
sha2 = { default-features = false, version = "0.10.6" }
|
||||
hex = "0.4.3"
|
||||
brotli = { features = ["std"], default-features = false, version = "3.3.4" }
|
||||
reqwest = { features = ["json"], version = "0.11.17"}
|
||||
hex = "0.4"
|
||||
brotli = { features = ["std"], default-features = false, version = "3.3" }
|
||||
reqwest = { features = ["json"], version = "0.11"}
|
||||
serde = { features = ["serde_derive"], version = "1.0"}
|
||||
serde_json="1.0"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user