aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-03 04:36:47 +0000
committerGitHub <noreply@github.com>2024-04-03 04:36:47 +0000
commit948672bbc370abdf62c7ec028ba35a1a26c5b59b (patch)
tree706d4866972a56f779e99e34f5bbc459af763d89 /Cargo.toml
parentMerge pull request #1370 from svenstaro/dependabot/cargo/port_check-0.2.0 (diff)
downloadminiserve-948672bbc370abdf62c7ec028ba35a1a26c5b59b.tar.gz
miniserve-948672bbc370abdf62c7ec028ba35a1a26c5b59b.zip
Bump if-addrs from 0.11.1 to 0.12.0
Bumps [if-addrs](https://github.com/messense/if-addrs) from 0.11.1 to 0.12.0. - [Release notes](https://github.com/messense/if-addrs/releases) - [Changelog](https://github.com/messense/if-addrs/blob/master/CHANGELOG.md) - [Commits](https://github.com/messense/if-addrs/compare/v0.11.1...v0.12.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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4124031..5f6d128 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ grass = { version = "0.13", features = ["macro"], default-features = false }
hex = "0.4"
http = "0.2"
httparse = "1"
-if-addrs = "0.11"
+if-addrs = "0.12"
libflate = "2"
log = "0.4"
maud = "0.25"