Skip to content

Commit 78cf9b0

Browse files
chore(deps): update all non-major dependencies
1 parent 941c335 commit 78cf9b0

File tree

2 files changed

+88
-41
lines changed

2 files changed

+88
-41
lines changed

Cargo.lock

+85-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/server/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ once_cell = "1.17.1"
3737
aws-sdk-s3 = { version = "0.24.0", features = ["native-tls", "rt-tokio"], default-features = false }
3838
aws-types = { version = "0.54.1" }
3939
aws-config = { version = "0.54.1", features = ["native-tls", "rt-tokio"], default-features = false }
40-
aws-smithy-http = { version = "0.54.4", features = ["rt-tokio"] }
41-
aws-smithy-async = { version = "0.54.4", features = ["rt-tokio"] }
40+
aws-smithy-http = { version = "0.55.0", features = ["rt-tokio"] }
41+
aws-smithy-async = { version = "0.55.0", features = ["rt-tokio"] }
4242
image = { version = "0.24.5" }
4343
openssl = { version = "0.10.47", features = ["vendored"] }
4444
openssl-probe = "0.1.5"
@@ -51,6 +51,6 @@ humansize = { version = "2.1.3", features = ["impl_style"] }
5151
aws-credential-types = "0.54.1"
5252

5353
[dev-dependencies]
54-
insta = { version = "1.28.0", features = ["json"] }
54+
insta = { version = "1.29.0", features = ["json"] }
5555
portpicker = "0.1.1"
5656
test-context = "0.1.4"

0 commit comments

Comments
 (0)