Cargo upgrade all deps
This commit is contained in:
parent
3ef9dc6655
commit
52ca07fe41
7 changed files with 98 additions and 171 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue