Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2023
1 parent 941c335 commit 78cf9b0
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 41 deletions.
123 changes: 85 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ once_cell = "1.17.1"
aws-sdk-s3 = { version = "0.24.0", features = ["native-tls", "rt-tokio"], default-features = false }
aws-types = { version = "0.54.1" }
aws-config = { version = "0.54.1", features = ["native-tls", "rt-tokio"], default-features = false }
aws-smithy-http = { version = "0.54.4", features = ["rt-tokio"] }
aws-smithy-async = { version = "0.54.4", features = ["rt-tokio"] }
aws-smithy-http = { version = "0.55.0", features = ["rt-tokio"] }
aws-smithy-async = { version = "0.55.0", features = ["rt-tokio"] }
image = { version = "0.24.5" }
openssl = { version = "0.10.47", features = ["vendored"] }
openssl-probe = "0.1.5"
Expand All @@ -51,6 +51,6 @@ humansize = { version = "2.1.3", features = ["impl_style"] }
aws-credential-types = "0.54.1"

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

0 comments on commit 78cf9b0

Please sign in to comment.