Skip to content

Commit

Permalink
Merge branch 'main' into release-plz-2025-02-18T12-11-48Z
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 20, 2025
2 parents c123642 + cc0d398 commit 7ef42a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rustls-pemfile = "2.2.0"
rustls-pki-types = "1.11.0"
semver = "1.0.25"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
serde_json = "1.0.139"
serde_qs = { version = "0.13.0", features = ["actix4", "tracing"] }
shadow-rs = { version = "0.38.1" }
tokio = { version = "1.43.0", features = [
Expand All @@ -96,7 +96,7 @@ tracing = { version = "0.1.41", features = ["log"] }
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] }
ulid = "1.2.0"
unleash-types = { version = "0.15.8", features = ["openapi", "hashes"] }
unleash-yggdrasil = { version = "0.17.0" }
unleash-yggdrasil = { version = "0.17.1" }
utoipa = { version = "5.3.1", features = ["actix_extras", "chrono"] }
utoipa-swagger-ui = { version = "9.0.0", features = ["actix-web"] }
[dev-dependencies]
Expand All @@ -108,7 +108,7 @@ env_logger = "0.11.6"
maplit = "1.0.2"
rand = "0.9.0"
test-case = "3.3.1"
testcontainers = "0.23.2"
testcontainers = "0.23.3"
testcontainers-modules = { version = "0.11.6", features = [
"redis",
"localstack",
Expand Down

0 comments on commit 7ef42a6

Please sign in to comment.