aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-10-01 04:31:05 +0000
committerGitHub <noreply@github.com>2024-10-01 04:31:05 +0000
commit0407fad8960a89a3fcfaa9619041a4ad470c2838 (patch)
tree47287078e39c579599157a273d0bb6befc75dc18 /Cargo.toml
parentBump deps (diff)
parentBump the all-dependencies group with 7 updates (diff)
downloadminiserve-0407fad8960a89a3fcfaa9619041a4ad470c2838.tar.gz
miniserve-0407fad8960a89a3fcfaa9619041a4ad470c2838.zip
Merge pull request #1455 from svenstaro/dependabot/cargo/all-dependencies-7d5c86a2bb
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 60cdde9..8221e4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -74,7 +74,7 @@ predicates = "3"
pretty_assertions = "1.2"
regex = "1"
reqwest = { version = "0.12", features = ["blocking", "multipart", "rustls-tls"], default-features = false }
-rstest = "0.22"
+rstest = "0.23"
select = "0.6"
url = "2"