Skip to content

Commit 1947eb1

Browse files
dependabot[bot]zonyitoo
authored andcommitted
Bump trust-dns-resolver from 0.21.2 to 0.22.0
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](bluejekyll/trust-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] <[email protected]>
1 parent e527ca5 commit 1947eb1

File tree

3 files changed

+13
-59
lines changed

3 files changed

+13
-59
lines changed

Cargo.lock

Lines changed: 11 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ libc = "0.2"
114114
hyper = { version = "0.14.19", optional = true, features = ["full"] }
115115
tower = { version = "0.4", optional = true }
116116

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

119119
idna = "0.2"
120120
ipnet = "2.3"

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ socket2 = { version = "0.4", features = ["all"] }
7575
tokio = { version = "1.9.0", features = ["io-util", "macros", "net", "parking_lot", "process", "rt", "sync", "time"] }
7676
tokio-tfo = "0.2.0"
7777

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

0 commit comments

Comments
 (0)