Skip to content

Commit

Permalink
fix(deps): update aws-sdk-rust monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 2462bd2 commit a5954b3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 43 deletions.
67 changes: 28 additions & 39 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage = "https://github.com/Unleash/unleash-edge"
license = "MIT"
name = "unleash-edge"
repository = "https://github.com/Unleash/unleash-edge"
version = "19.6.2"
version = "19.6.1"

[package.metadata.wix]
upgrade-guid = "11E5D83A-3034-48BB-9A84-9F589EBD648C"
Expand Down Expand Up @@ -42,7 +42,7 @@ clap-markdown = "0.1.4"
dashmap = "6.0.1"
futures = "0.3.30"
futures-core = "0.3.30"
iter_tools = "0.24.0"
iter_tools = "0.21.0"
itertools = "0.13.0"
lazy_static = "1.4.0"
num_cpus = "1.16.0"
Expand Down Expand Up @@ -91,14 +91,13 @@ tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
ulid = "1.1.2"
unleash-types = { version = "0.14", features = ["openapi", "hashes"] }
unleash-yggdrasil = { version = "0.14.0" }
unleash-yggdrasil = { version = "0.13.3" }
utoipa = { version = "5", features = ["actix_extras", "chrono"] }
utoipa-swagger-ui = { version = "8", features = ["actix-web"] }
[dev-dependencies]
actix-http = "3.9.0"
actix-http-test = "3.2.0"
actix-service = "2.0.2"
capture-logger = "0.1.1"
env_logger = "0.11.5"
maplit = "1.0.2"
rand = "0.8.5"
Expand Down

0 comments on commit a5954b3

Please sign in to comment.