aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-11-01 06:45:18 +0000
committerGitHub <noreply@github.com>2024-11-01 06:45:18 +0000
commit4b2e54ea37f52002b8c4a9c8771d160067048374 (patch)
tree5548aa6592abcff31da4def1884e946b6baf77e7 /Cargo.toml
parentFix formatting (diff)
parentBump the all-dependencies group with 7 updates (diff)
downloadminiserve-4b2e54ea37f52002b8c4a9c8771d160067048374.tar.gz
miniserve-4b2e54ea37f52002b8c4a9c8771d160067048374.zip
Merge pull request #1460 from svenstaro/dependabot/cargo/all-dependencies-7a154a1f0b
Bump the all-dependencies group with 7 updates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0356e13..ebc3888 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,7 +56,7 @@ socket2 = "0.5"
strum = { version = "0.26", features = ["derive"] }
tar = "0.4"
thiserror = "1"
-tokio = { version = "1.40.0", features = ["fs"] }
+tokio = { version = "1.41.0", features = ["fs"] }
zip = { version = "2", default-features = false }
[features]