Skip to content

Commit

Permalink
Update tokio: 1.36.0 -> 1.37.0
Browse files Browse the repository at this point in the history
Summary: Followed the wiki page here: https://www.internalfb.com/intern/wiki/Rust/Third_Party_Libraries/Adding_or_Updating_Libraries/

Reviewed By: capickett

Differential Revision: D56484070

fbshipit-source-id: e1ed52d58f7db8ad32ce67b67df2e83a567db123
  • Loading branch information
Henry Swanson authored and facebook-github-bot committed Apr 24, 2024
1 parent b4bb5b5 commit 5a74205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion below/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ slog-term = "2.8"
store = { package = "below-store", version = "0.8.1", path = "store" }
tar = "0.4.40"
tempfile = "3.8"
tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
uzers = "0.11.3"
view = { package = "below-view", version = "0.8.1", path = "view" }

Expand Down

0 comments on commit 5a74205

Please sign in to comment.