diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-06 04:57:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 04:57:57 +0000 |
commit | 5f98e71c65f9661c655ba2e6cc5d9333a7d9c2d7 (patch) | |
tree | 6f665357ed9adb7f70764c7130ff488359a000bb /Cargo.toml | |
parent | Merge pull request #1282 from svenstaro/dependabot/cargo/comrak-0.20.0 (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |