Skip to content

Commit

Permalink
build(deps): bump idna from 0.2.3 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [idna](https://github.com/servo/rust-url) from 0.2.3 to 0.3.0.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@idna-v0.2.3...v0.3.0)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and belveryin committed Mar 28, 2023
1 parent 3297bb3 commit c6dc651
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vsock_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.60"
clap = "3.2"
dns-lookup = "1.0.1"
env_logger = "0.7"
idna = "0.2.0"
idna = "0.3.0"
log = "0.4"
nix = "0.23"
yaml-rust = "0.4.3"
Expand Down

0 comments on commit c6dc651

Please sign in to comment.