Update dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-05 08:05:41 +02:00
parent bc056ae89d
commit 1dec244b3b
2 changed files with 17 additions and 11 deletions

View File

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