Cargo upgrade all deps

This commit is contained in:
Igor Katson 2024-08-28 11:44:01 +01:00
parent 3ef9dc6655
commit 52ca07fe41
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
7 changed files with 98 additions and 171 deletions

View file

@ -55,7 +55,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_urlencoded = "0.7"
anyhow = "1"
itertools = "0.12"
itertools = "0.13"
http = "1"
regex = "1"
reqwest = { version = "0.12", default-features = false, features = [
@ -80,7 +80,7 @@ futures = "0.3"
url = "2"
hex = "0.4"
backoff = "0.4.0"
dashmap = "5.5.3"
dashmap = "6"
base64 = "0.22"
serde_with = "3.4.0"
tokio-util = { version = "0.7.10", features = ["io"] }