diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-01-23 22:10:25 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-01-26 11:13:11 +0000 |
commit | 63e22e71f27d5ad26ffe48361abfc96090c97c28 (patch) | |
tree | 12ed81e6554d308bf754cf3f568e71a3fe7b08c6 /Cargo.lock | |
parent | f6eaf3661ce0117224b8a90fc80e2b790f12b9c2 (diff) | |
download | garage-63e22e71f27d5ad26ffe48361abfc96090c97c28.tar.gz garage-63e22e71f27d5ad26ffe48361abfc96090c97c28.zip |
api/Cargo.toml: Updated idna from 0.2 to 0.3.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 21 |
1 files changed, 2 insertions, 19 deletions
@@ -1156,7 +1156,7 @@ dependencies = [ "http-range", "httpdate", "hyper", - "idna 0.2.3", + "idna", "md-5 0.10.5", "multer", "nom", @@ -1709,17 +1709,6 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idna" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" -dependencies = [ - "matches", - "unicode-bidi", - "unicode-normalization", -] - -[[package]] -name = "idna" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" @@ -2113,12 +2102,6 @@ dependencies = [ ] [[package]] -name = "matches" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" - -[[package]] name = "md-5" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -4087,7 +4070,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" dependencies = [ "form_urlencoded", - "idna 0.3.0", + "idna", "percent-encoding", ] |