Skip to content

Commit

Permalink
fix: update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Sep 11, 2024
1 parent 3837e33 commit 782de73
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 49 deletions.
80 changes: 32 additions & 48 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion interop-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ redis = { version = "0.24.0", default-features = false, features = [
] }
rust-embed = "8.4"
serde_json = "1"
thirtyfour = "=0.32.0" # https://github.com/stevepryde/thirtyfour/issues/169
thirtyfour = "0.34.0"
tokio = { workspace = true, features = ["full"] }
tower-http = { version = "0.5", features = ["cors", "fs", "trace"] }
tracing = { workspace = true }
Expand Down

0 comments on commit 782de73

Please sign in to comment.