Update Rust crate urlencoding to 2.1.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-22 00:34:29 +00:00
parent 9577daca31
commit ec55e8aabe
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ reqwest = { version = "0.11.18", features = ["json"] }
base64 = "0.21.2"
serde = { version = "1.0.174", features = ["derive"] }
serde_json = "1.0.103"
urlencoding = "2.1.2"
urlencoding = "2.1.3"
# Dependencies for crypto wrapper
bincode = { version = "2.0.0-rc.3", optional = true }