Unverified Commit ed4d0364 authored by Nugine's avatar Nugine
Browse files

deps: upgrade

parent 08eef72c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ edition = "2021"
publish = false

[dependencies]
heck = "0.4.0"
heck = "0.4.1"
regex = "1.7.1"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = { version = "1.0.91", features = ["preserve_order"] }
serde_json = { version = "1.0.92", features = ["preserve_order"] }
serde_urlencoded = "0.7.1"
+4 −4
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@ keywords = ["s3"]
categories = ["web-programming", "web-programming::http-server"]

[dependencies]
async-trait = "0.1.63"
async-trait = "0.1.64"
aws-sdk-s3 = "0.24.0"
aws-smithy-http = { version = "0.54.1", features = ["event-stream"] }
aws-smithy-types = "0.54.1"
aws-smithy-types-convert = { version = "0.54.1", features = ["convert-time"] }
bytes = "1.3.0"
futures = { version = "0.3.25", default-features = false, features = ["std"] }
hyper = "0.14.23"
bytes = "1.4.0"
futures = { version = "0.3.26", default-features = false, features = ["std"] }
hyper = "0.14.24"
s3s = { version = "0.3.1-dev", path = "../s3s" }
sync_wrapper = "0.1.2"
tracing = "0.1.37"
+8 −8
Original line number Diff line number Diff line
@@ -17,20 +17,20 @@ required-features = ["binary"]
binary = ["tokio/full", "md-5/asm", "dep:clap", "dep:tracing-subscriber", "dep:hyper"]

[dependencies]
async-trait = "0.1.63"
async-trait = "0.1.64"
base64-simd = "0.8.0"
bytes = "1.3.0"
bytes = "1.4.0"
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] }
clap = { version = "4.1.4", optional = true, features = ["derive"] }
futures = "0.3.25"
futures = "0.3.26"
hex-simd = "0.8.0"
hyper = { version = "0.14.23", optional = true, features = ["full"] }
hyper = { version = "0.14.24", optional = true, features = ["full"] }
md-5 = "0.10.5"
mime = "0.3.16"
numeric_cast = "0.2.1"
path-absolutize = "3.0.14"
s3s = { version = "0.3.1-dev", path = "../s3s" }
serde_json = "1.0.91"
serde_json = "1.0.92"
thiserror = "1.0.38"
time = "0.3.17"
tokio = { version = "1.25.0", features = ["fs", "io-util"] }
@@ -38,11 +38,11 @@ tokio-util = { version = "0.7.4", features = ["io"] }
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.16", optional = true, features = ["env-filter", "time"] }
transform-stream = "0.2.0"
uuid = { version = "1.2.2", features = ["v4"] }
transform-stream = "0.3.0"
uuid = { version = "1.3.0", features = ["v4"] }

[dev-dependencies]
anyhow = { version = "1.0.68", features = ["backtrace"] }
anyhow = { version = "1.0.69", features = ["backtrace"] }
aws-config = "0.54.1"
aws-credential-types = { version = "0.54.1", features = ["test-util"] }
aws-sdk-s3 = "0.24.0"
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ aws-config = "0.54.1"
aws-credential-types = "0.54.1"
aws-sdk-s3 = "0.24.0"
clap = { version = "4.1.4", features = ["derive"] }
hyper = { version = "0.14.23", features = ["full"] }
hyper = { version = "0.14.24", features = ["full"] }
s3s = { version = "0.3.1-dev", path = "../s3s" }
s3s-aws = { version = "0.3.1-dev", path = "../s3s-aws" }
tokio = { version = "1.25.0", features = ["full"] }
+4 −4
Original line number Diff line number Diff line
@@ -16,20 +16,20 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
arrayvec = "0.7.2"
ascii = { version = "1.1.0", default-features = false }
async-trait = "0.1.63"
async-trait = "0.1.64"
atoi = { version = "2.0.0", default-features = false }
base64-simd = "0.8.0"
bytes = "1.3.0"
bytes = "1.4.0"
bytestring = "1.2.0"
chrono = { version = "0.4.23", default-features = false }
crc32fast = "1.3.2"
futures = { version = "0.3.25", default-features = false, features = ["std"] }
futures = { version = "0.3.26", default-features = false, features = ["std"] }
hex-simd = "0.8.0"
hmac = "0.12.1"
http-body = "0.4.5"
httparse = "1.8.0"
# TODO(blocking): upgrade to hyper 1.0.0
hyper = { version = "0.14.23", features = ["stream"] }
hyper = { version = "0.14.24", features = ["stream"] }
memchr = "2.5.0"
mime = "0.3.16"
nom = "7.1.3"