diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-19 17:07:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 17:07:04 +0000 |
commit | c4c86af49619423015ea7b429c8aa0ff722ca046 (patch) | |
tree | 5e27d63eae6fb3e11a6a7dae64a115f737a8bcf2 | |
parent | 9615abac7eadf45af451a4f7fe079c20dafae41e (diff) | |
download | servo-c4c86af49619423015ea7b429c8aa0ff722ca046.tar.gz servo-c4c86af49619423015ea7b429c8aa0ff722ca046.zip |
build(deps): bump idna from 1.0.0 to 1.0.1 (#32562)
Bumps [idna](https://github.com/servo/rust-url) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v1.0.0...idna-v1.0.1)
---
updated-dependencies:
- dependency-name: idna
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4277e407a83..a2375c9155d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3048,9 +3048,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idna" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed" +checksum = "44a986806a1cc899952ba462bc1f28afbfd5850ab6cb030ccb20dd02cc527a24" dependencies = [ "icu_normalizer", "icu_properties", |