This commit is contained in:
@ -11,11 +11,11 @@ license = "GPL-2.0-or-later"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.20"
|
||||
log = "0.4.21"
|
||||
reqwest = { version = "0.12.2", features = ["json"] }
|
||||
base64 = "0.21.2"
|
||||
base64 = "0.22.0"
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.105"
|
||||
serde_json = "1.0.115"
|
||||
urlencoding = "2.1.3"
|
||||
|
||||
# Dependencies for crypto wrapper
|
||||
@ -24,4 +24,4 @@ aes-gcm = { version = "0.10.3", optional = true }
|
||||
rand = { version = "0.8.5", optional = true }
|
||||
|
||||
[features]
|
||||
crypto-wrapper = ["bincode", "aes-gcm", "rand"]
|
||||
crypto-wrapper = ["bincode", "aes-gcm", "rand"]
|
||||
|
Reference in New Issue
Block a user