chore(deps): bump idna from 0.4.0 to 0.5.0 (#1364)

This commit is contained in:
dependabot[bot]
2023-11-27 16:23:56 +00:00
committed by GitHub
parent 1d7fbb7f3d
commit 24fba5a751
2 changed files with 14 additions and 4 deletions

16
Cargo.lock generated
View File

@@ -1083,7 +1083,7 @@ dependencies = [
"h3",
"h3-quinn",
"http 0.2.9",
"idna",
"idna 0.4.0",
"ipnet",
"native-tls",
"once_cell",
@@ -1333,6 +1333,16 @@ dependencies = [
"unicode-normalization",
]
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
version = "1.9.3"
@@ -2700,7 +2710,7 @@ dependencies = [
"hickory-resolver",
"http-body-util",
"hyper 1.0.1",
"idna",
"idna 0.5.0",
"ipnet",
"iprange",
"json5",
@@ -3232,7 +3242,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
dependencies = [
"form_urlencoded",
"idna",
"idna 0.4.0",
"percent-encoding",
"serde",
]

View File

@@ -151,7 +151,7 @@ hickory-resolver = { version = "0.24", optional = true, features = [
"serde-config",
] }
idna = "0.4"
idna = "0.5"
ipnet = "2.9"
iprange = "0.6"
regex = "1.4"