Explorar el Código

build(deps): bump idna from 0.2.2 to 0.2.3

Bumps [idna](https://github.com/servo/rust-url) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/idna-v0.2.2...idna-v0.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] hace 4 años
padre
commit
58220a8c41
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Cargo.lock

+ 2 - 2
Cargo.lock

@@ -729,9 +729,9 @@ dependencies = [
 
 [[package]]
 name = "idna"
-version = "0.2.2"
+version = "0.2.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21"
+checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
 dependencies = [
  "matches",
  "unicode-bidi",