From c28f576cb8f8cf47fb941bb9db62b2cbd6f080c1 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Mon, 4 Nov 2024 14:38:36 -0800 Subject: [PATCH] Update deps (#104) --- Cargo.toml | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6d9ae33..04c05b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -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]]