diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-11-01 06:45:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 06:45:18 +0000 |
commit | 4b2e54ea37f52002b8c4a9c8771d160067048374 (patch) | |
tree | 5548aa6592abcff31da4def1884e946b6baf77e7 /Cargo.toml | |
parent | Fix formatting (diff) | |
parent | Bump the all-dependencies group with 7 updates (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |