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

deps: upgrade

parent 1f7cc3c1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ codegen-writer = "0.2.0"
heck = "0.4.1"
nugine-rust-utils = "0.3.1"
numeric_cast = "0.2.1"
regex = "1.8.3"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = { version = "1.0.96", features = ["preserve_order"] }
regex = "1.8.4"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = { version = "1.0.97", features = ["preserve_order"] }
serde_urlencoded = "0.7.1"
+5 −5
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ async-trait = "0.1.68"
base64-simd = "0.8.0"
bytes = "1.4.0"
chrono = { version = "0.4.26", default-features = false, features = ["std", "clock"] }
clap = { version = "4.3.0", optional = true, features = ["derive"] }
clap = { version = "4.3.5", optional = true, features = ["derive"] }
futures = "0.3.28"
hex-simd = "0.8.0"
hyper = { version = "0.14.26", optional = true, features = ["full"] }
@@ -31,23 +31,23 @@ nugine-rust-utils = "0.3.1"
numeric_cast = "0.2.1"
path-absolutize = "3.1.0"
s3s = { version = "0.6.1-dev", path = "../s3s" }
serde_json = "1.0.96"
serde_json = "1.0.97"
thiserror = "1.0.40"
time = "0.3.21"
time = "0.3.22"
tokio = { version = "1.28.2", features = ["fs", "io-util"] }
tokio-util = { version = "0.7.8", features = ["io"] }
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.17", optional = true, features = ["env-filter", "time"] }
transform-stream = "0.3.0"
uuid = { version = "1.3.3", features = ["v4"] }
uuid = { version = "1.3.4", features = ["v4"] }

[dev-dependencies]
anyhow = { version = "1.0.71", features = ["backtrace"] }
aws-config = "0.55.3"
aws-credential-types = { version = "0.55.3", features = ["test-util"] }
aws-sdk-s3 = "0.28.0"
once_cell = "1.17.2"
once_cell = "1.18.0"
s3s-aws = { version = "0.6.1-dev", path = "../s3s-aws" }
tokio = { version = "1.28.2", features = ["full"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] }
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ publish = false
aws-config = "0.55.3"
aws-credential-types = "0.55.3"
aws-sdk-s3 = "0.28.0"
clap = { version = "4.3.0", features = ["derive"] }
clap = { version = "4.3.5", features = ["derive"] }
hyper = { version = "0.14.26", features = ["full"] }
s3s = { version = "0.6.1-dev", path = "../s3s" }
s3s-aws = { version = "0.6.1-dev", path = "../s3s-aws" }
+4 −4
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
arrayvec = "0.7.2"
arrayvec = "0.7.4"
async-trait = "0.1.68"
atoi = { version = "2.0.0", default-features = false }
base64-simd = "0.8.0"
@@ -35,13 +35,13 @@ nom = "7.1.3"
nugine-rust-utils = "0.3.1"
pin-project-lite = "0.2.9"
quick-xml = { version = "0.29.0", features = ["serialize"] }
serde = { version = "1.0.163", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_urlencoded = "0.7.1"
sha1 = "0.10.5"
sha2 = "0.10.6"
sha2 = "0.10.7"
smallvec = "1.10.0"
thiserror = "1.0.40"
time = { version = "0.3.21", features = ["formatting", "parsing", "macros"] }
time = { version = "0.3.22", features = ["formatting", "parsing", "macros"] }
tracing = "0.1.37"
transform-stream = "0.3.0"
urlencoding = "2.1.2"