Skip to content

Commit

Permalink
fix: bump unleash types so that impression data is correctly camelcas…
Browse files Browse the repository at this point in the history
…ed (#449)
  • Loading branch information
sighphyre committed Apr 25, 2024
1 parent 9590344 commit 550dd72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ tokio = { version = "1.36.0", features = [
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.11", features = ["openapi", "hashes"] }
unleash-yggdrasil = { version = "0.11.0" }
unleash-types = { version = "0.12", features = ["openapi", "hashes"] }
unleash-yggdrasil = { version = "0.12.0" }
utoipa = { version = "4.2.0", features = ["actix_extras", "chrono"] }
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }
[dev-dependencies]
Expand Down

0 comments on commit 550dd72

Please sign in to comment.