diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-04-05 07:55:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 07:55:50 +0000 |
commit | b39431771c320ef227db96f1682c4f6e4b9e5b43 (patch) | |
tree | 706d4866972a56f779e99e34f5bbc459af763d89 /Cargo.toml | |
parent | Merge pull request #1370 from svenstaro/dependabot/cargo/port_check-0.2.0 (diff) | |
parent | Bump if-addrs from 0.11.1 to 0.12.0 (diff) | |
download | miniserve-b39431771c320ef227db96f1682c4f6e4b9e5b43.tar.gz miniserve-b39431771c320ef227db96f1682c4f6e4b9e5b43.zip |
Merge pull request #1380 from svenstaro/dependabot/cargo/if-addrs-0.12.0
Bump if-addrs from 0.11.1 to 0.12.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |