Skip to content

Commit

Permalink
update deps to fix rust builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Aug 22, 2024
1 parent c196bd3 commit 0381ed8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 27 deletions.
56 changes: 30 additions & 26 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin-project = "1.1.5"
prometheus = { version = "0.13.3", features = ["process"] }
rand = "0.8.5"
reqwest = { version = "0.12.3", features = ["json", "stream", "rustls-tls"] }
rocket = { version = "0.5.0", features = ["json"] }
rocket = { version = "0.5.1", features = ["json"] }
rocket_ws = { version = "0.1.0" }
route-recognizer = "0.3.1"
serde = { version = "1", features = ["derive", "rc"] }
Expand Down

0 comments on commit 0381ed8

Please sign in to comment.