Unverified Commit 7006bbef authored by Nugine's avatar Nugine
Browse files

deps: upgrade

parent 6b343828
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ codegen-writer = "0.1.0"
heck = "0.4.1"
nugine-rust-utils = "0.1.2"
regex = "1.8.1"
serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = { version = "1.0.96", features = ["preserve_order"] }
serde_urlencoded = "0.7.1"
+4 −4
Original line number Diff line number Diff line
@@ -28,12 +28,12 @@ hyper = { version = "0.14.26", optional = true, features = ["full"] }
md-5 = "0.10.5"
mime = "0.3.17"
numeric_cast = "0.2.1"
path-absolutize = "3.0.14"
path-absolutize = "3.1.0"
s3s = { version = "0.5.1-dev", path = "../s3s" }
serde_json = "1.0.96"
thiserror = "1.0.40"
time = "0.3.20"
tokio = { version = "1.28.0", features = ["fs", "io-util"] }
time = "0.3.21"
tokio = { version = "1.28.1", features = ["fs", "io-util"] }
tokio-util = { version = "0.7.8", features = ["io"] }
tracing = "0.1.37"
tracing-error = "0.2.0"
@@ -48,5 +48,5 @@ aws-credential-types = { version = "0.55.2", features = ["test-util"] }
aws-sdk-s3 = "0.27.0"
once_cell = "1.17.1"
s3s-aws = { version = "0.5.1-dev", path = "../s3s-aws" }
tokio = { version = "1.28.0", features = ["full"] }
tokio = { version = "1.28.1", features = ["full"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] }
+1 −1
Original line number Diff line number Diff line
@@ -12,6 +12,6 @@ clap = { version = "4.2.7", features = ["derive"] }
hyper = { version = "0.14.26", features = ["full"] }
s3s = { version = "0.5.1-dev", path = "../s3s" }
s3s-aws = { version = "0.5.1-dev", path = "../s3s-aws" }
tokio = { version = "1.28.0", features = ["full"] }
tokio = { version = "1.28.1", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "time"] }
+3 −3
Original line number Diff line number Diff line
@@ -34,17 +34,17 @@ nom = "7.1.3"
nugine-rust-utils = { version = "0.1.2", features = ["ascii", "utf8"] }
pin-project-lite = "0.2.9"
quick-xml = { version = "0.28.2", features = ["serialize"] }
serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_urlencoded = "0.7.1"
sha1 = "0.10.5"
sha2 = "0.10.6"
smallvec = "1.10.0"
thiserror = "1.0.40"
time = { version = "0.3.20", features = ["formatting", "parsing", "macros"] }
time = { version = "0.3.21", features = ["formatting", "parsing", "macros"] }
tracing = "0.1.37"
transform-stream = "0.3.0"
urlencoding = "2.1.2"
zeroize = "1.6.0"

[dev-dependencies]
tokio = { version = "1.28.0", features = ["full"] }
tokio = { version = "1.28.1", features = ["full"] }