Skip to content

Commit

Permalink
Bump trust-dns-resolver from 0.21.2 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [trust-dns-resolver](https://github.com/bluejekyll/trust-dns) from 0.21.2 to 0.22.0.
- [Release notes](https://github.com/bluejekyll/trust-dns/releases)
- [Changelog](https://github.com/bluejekyll/trust-dns/blob/main/CHANGELOG.md)
- [Commits](hickory-dns/hickory-dns@v0.21.2...v0.22.0)

---
updated-dependencies:
- dependency-name: trust-dns-resolver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 5, 2022
1 parent 0c3aeb2 commit b70bc55
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 20 deletions.
76 changes: 58 additions & 18 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 crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ libc = "0.2"
hyper = { version = "0.14.19", optional = true, features = ["full"] }
tower = { version = "0.4", optional = true }

trust-dns-resolver = { version = "0.21", optional = true, features = ["serde-config"] }
trust-dns-resolver = { version = "0.22", optional = true, features = ["serde-config"] }

idna = "0.2"
ipnet = "2.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ socket2 = { version = "0.4", features = ["all"] }
tokio = { version = "1.9.0", features = ["io-util", "macros", "net", "parking_lot", "process", "rt", "sync", "time"] }
tokio-tfo = "0.2.0"

trust-dns-resolver = { version = "0.21", optional = true }
trust-dns-resolver = { version = "0.22", optional = true }
arc-swap = { version = "1.5", optional = true }
notify = { version = "5.0.0-pre.15", optional = true }

Expand Down

0 comments on commit b70bc55

Please sign in to comment.