aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 04:47:54 +0000
committerGitHub <noreply@github.com>2024-03-25 04:47:54 +0000
commitea569597b3156213284674916a85f77060b2d15f (patch)
treefe6f3185d8b21732cfd40923fa3be440823b1634
parentUpdate remaining GitHub Actions to their Node.js 20 versions (diff)
downloadminiserve-ea569597b3156213284674916a85f77060b2d15f.tar.gz
miniserve-ea569597b3156213284674916a85f77060b2d15f.zip
Bump port_check from 0.1.5 to 0.2.0
Bumps [port_check](https://github.com/ufoscout/port-check-rs) from 0.1.5 to 0.2.0. - [Commits](https://github.com/ufoscout/port-check-rs/commits/v0.2.0) --- updated-dependencies: - dependency-name: port_check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c1cbe0..a109ccb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1943,9 +1943,9 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]]
name = "port_check"
-version = "0.1.5"
+version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f6519412c9e0d4be579b9f0618364d19cb434b324fc6ddb1b27b1e682c7105ed"
+checksum = "e956b3af7a0107123acd498bc9dde7113e452e0c3b156ba97381291241b0943e"
[[package]]
name = "powerfmt"
diff --git a/Cargo.toml b/Cargo.toml
index e799fd5..9a8f8a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ maud = "0.25"
mime = "0.3"
nanoid = "0.4"
percent-encoding = "2"
-port_check = "0.1"
+port_check = "0.2"
regex = "1"
rustls = { version = "0.20", optional = true }
rustls-pemfile = { version = "1.0", optional = true }