aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorchaibiq <chaibuikie@gmail.com>2024-04-16 04:08:46 +0000
committerGitHub <noreply@github.com>2024-04-16 04:08:46 +0000
commit60a1669c9f165297dafa0f933980434a3ce5d50a (patch)
treea6703c0da7be72cc97f4760e92a21638aa573667 /Cargo.toml
parentfix missing drag-form when dragging file in to browser (diff)
parentMerge pull request #1387 from svenstaro/dependabot/cargo/rstest-0.19.0 (diff)
downloadminiserve-60a1669c9f165297dafa0f933980434a3ce5d50a.tar.gz
miniserve-60a1669c9f165297dafa0f933980434a3ce5d50a.zip
Merge branch 'svenstaro:master' into add_CSS
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 5f6d128..252e4fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,7 +75,7 @@ predicates = "3"
pretty_assertions = "1.2"
regex = "1"
reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false }
-rstest = "0.18"
+rstest = "0.19"
select = "0.6"
url = "2"