Skip to content

Commit

Permalink
Update deps (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatello authored Nov 4, 2024
1 parent 903acae commit c28f576
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["object-storage", "minio", "s3"]
categories = ["api-bindings", "web-programming::http-client"]

[dependencies.reqwest]
version = "0.12.8"
version = "0.12.9"
default-features = false
features = ["stream"]

Expand All @@ -22,42 +22,42 @@ native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls"]

[dependencies]
async-recursion = "1.0.4"
async-trait = "0.1.73"
async-recursion = "1.1.1"
async-trait = "0.1.83"
base64 = "0.22"
byteorder = "1.4.3"
bytes = "1.4.0"
chrono = "0.4.27"
crc = "3.0.1"
dashmap = "5.5.3"
byteorder = "1.5.0"
bytes = "1.8.0"
chrono = "0.4.38"
crc = "3.2.1"
dashmap = "6.1.0"
derivative = "2.2.0"
env_logger = "0.11.2"
futures-util = "0.3.28"
env_logger = "0.11.5"
futures-util = "0.3.31"
hex = "0.4.3"
hmac = "0.12.1"
home = "0.5.9"
http = "1.1.0"
hyper = { version = "1.3", features = ["full"] }
lazy_static = "1.4.0"
log = "0.4.20"
hyper = { version = "1.5", features = ["full"] }
lazy_static = "1.5.0"
log = "0.4.22"
md5 = "0.7.0"
multimap = "0.10.0"
os_info = "3.7.0"
percent-encoding = "2.3.0"
os_info = "3.8.2"
percent-encoding = "2.3.1"
rand = { version = "0.8.5", features = ["small_rng"] }
regex = "1.9.4"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
sha2 = "0.10.7"
tokio = { version = "1.32.0", features = ["full"] }
tokio-stream = "0.1.14"
tokio-util = { version = "0.7.8", features = ["io"] }
regex = "1.11.1"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
sha2 = "0.10.8"
tokio = { version = "1.41.0", features = ["full"] }
tokio-stream = "0.1.16"
tokio-util = { version = "0.7.12", features = ["io"] }
urlencoding = "2.1.3"
xmltree = "0.10.3"
xmltree = "0.11.0"

[dev-dependencies]
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
clap = { version = "4.5.4", features = ["derive"] }
async-std = { version = "1.13.0", features = ["attributes", "tokio1"] }
clap = { version = "4.5.20", features = ["derive"] }
quickcheck = "1.0.3"

[[example]]
Expand Down

0 comments on commit c28f576

Please sign in to comment.