diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-03 04:36:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 04:36:47 +0000 |
commit | 948672bbc370abdf62c7ec028ba35a1a26c5b59b (patch) | |
tree | 706d4866972a56f779e99e34f5bbc459af763d89 | |
parent | Merge pull request #1370 from svenstaro/dependabot/cargo/port_check-0.2.0 (diff) | |
download | miniserve-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 '')
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1418,9 +1418,9 @@ dependencies = [ [[package]] name = "if-addrs" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "624c5448ba529e74f594c65b7024f31b2de7b64a9b228b8df26796bbb6e32c36" +checksum = "bb2a33e9c38988ecbda730c85b0fd9ddcdf83c0305ac7fd21c8bb9f57f2f0cc8" dependencies = [ "libc", "windows-sys 0.52.0", @@ -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" |