Skip to content

Commit

Permalink
Update to 0.16 git as of 2024-06-15 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erk- authored Jun 15, 2024
1 parent c2cffde commit 8821c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 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 @@ -15,7 +15,7 @@ tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "signal"] }
tokio-util = { version = "0.7.8", default-features = false, features = ["time"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
twilight-http-ratelimiting = "0.15"
twilight-http-ratelimiting = { git = "https://github.com/twilight-rs/twilight.git", ref = "302688daa951e6353f75eee56a55d684726b8c3" } # HEAD on 2024-06-15

# Only used by the `expose-metrics` feature.
metrics = { version = "0.21", optional = true }
Expand Down

0 comments on commit 8821c73

Please sign in to comment.