Skip to content

Commit

Permalink
Downgrade rs-test to avoid buffer overrun
Browse files Browse the repository at this point in the history
Signed-off-by: Vrtgs <[email protected]>
  • Loading branch information
Vrtgs committed Oct 21, 2024
1 parent 8fa53e0 commit 7962b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirtyfour/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ reqwest = { version = "0.12.8", default-features = false, features = [
assert_matches = "1.5"
axum = "0.7"
color-eyre = "0.6"
rstest = { version = "0.23.0", default-features = false }
rstest = { version = "0.22.0", default-features = false }
tower-http = { version = "0.6", features = ["fs"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tokio = { version = "1", features = ["rt-multi-thread"] }
Expand Down

0 comments on commit 7962b59

Please sign in to comment.