aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
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>
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"