diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index cf19896e8e..4d86728f85 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -509,7 +509,6 @@ The following text applies to code linked from these dependencies: [lmdb-rkv-sys](https://github.com/mozilla/lmdb-rs.git), [lmdb-rkv](https://github.com/mozilla/lmdb-rs.git), [lock_api](https://github.com/Amanieu/parking_lot), -[local-ip-address](https://github.com/EstebanBorai/local-ip-address), [log](https://github.com/rust-lang/log), [mime](https://github.com/hyperium/mime), [minimal-lexical](https://github.com/Alexhuszagh/minimal-lexical), diff --git a/megazords/full/android/dependency-licenses.xml b/megazords/full/android/dependency-licenses.xml index 1692747762..50cb0fa5e9 100644 --- a/megazords/full/android/dependency-licenses.xml +++ b/megazords/full/android/dependency-licenses.xml @@ -262,7 +262,7 @@ the details of which are reproduced below. Apache License 2.0: mime - https://github.com/hyperium/mime/blob/v0.3.16/LICENSE-APACHE + https://github.com/hyperium/mime/blob/v0.3.17/LICENSE-APACHE Apache License 2.0: minimal-lexical diff --git a/tools/dependency_summary.py b/tools/dependency_summary.py index f80552a980..e276b10ce5 100755 --- a/tools/dependency_summary.py +++ b/tools/dependency_summary.py @@ -647,11 +647,11 @@ # The current head of "mime" repo has been re-licensed from MIT/Apache-2.0 to MIT, # meaning that the expected "LICENSE-APACHE" file is not available on master. "version": { - "check": "0.3.16", + "check": "0.3.17", }, "license_url": { "check": None, - "fixup": "https://github.com/hyperium/mime/blob/v0.3.16/LICENSE-APACHE" + "fixup": "https://github.com/hyperium/mime/blob/v0.3.17/LICENSE-APACHE" }, }, "ppv-lite86": {