summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Swanson <hswanson@meta.com>2024-04-24 09:47:11 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2024-04-24 09:47:11 -0700
commit5a74205a063e6e2c4fbf010ab9bec2fdc70eac85 (patch)
tree77725df7c8ea8a574c5b7d12e5339d45d284f391
parentb4bb5b576633a0d24151f5ae2494ce52ef45c9a1 (diff)
Update tokio: 1.36.0 -> 1.37.0
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
-rw-r--r--below/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/below/Cargo.toml b/below/Cargo.toml
index 3f2aedf8..6ce38c7d 100644
--- a/below/Cargo.toml
+++ b/below/Cargo.toml
@@ -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" }