aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-06 04:57:57 +0000
committerGitHub <noreply@github.com>2023-12-06 04:57:57 +0000
commit5f98e71c65f9661c655ba2e6cc5d9333a7d9c2d7 (patch)
tree6f665357ed9adb7f70764c7130ff488359a000bb
parentMerge pull request #1282 from svenstaro/dependabot/cargo/comrak-0.20.0 (diff)
downloadminiserve-5f98e71c65f9661c655ba2e6cc5d9333a7d9c2d7.tar.gz
miniserve-5f98e71c65f9661c655ba2e6cc5d9333a7d9c2d7.zip
Bump if-addrs from 0.10.2 to 0.11.0
Bumps [if-addrs](https://github.com/messense/if-addrs) from 0.10.2 to 0.11.0. - [Changelog](https://github.com/messense/if-addrs/blob/master/CHANGELOG.md) - [Commits](https://github.com/messense/if-addrs/compare/v0.10.2...v0.11.0) --- updated-dependencies: - dependency-name: if-addrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 798db65..301a150 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1413,12 +1413,12 @@ dependencies = [
[[package]]
name = "if-addrs"
-version = "0.10.2"
+version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cabb0019d51a643781ff15c9c8a3e5dedc365c47211270f4e8f82812fedd8f0a"
+checksum = "5ad1fe622fcc3ccd2bc6d08f7485577535a15af46be880abb7535e5f3a4c322d"
dependencies = [
"libc",
- "windows-sys 0.48.0",
+ "windows-sys 0.52.0",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index 74ca1ad..7e5fe2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ grass = { version = "0.13", features = ["macro"] }
hex = "0.4"
http = "0.2"
httparse = "1"
-if-addrs = "0.10"
+if-addrs = "0.11"
libflate = "2"
log = "0.4"
maud = "0.25"