Skip to content

Commit

Permalink
Bump trust-dns-proto from 0.22.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [trust-dns-proto](https://github.com/bluejekyll/trust-dns) from 0.22.0 to 0.23.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.22.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent e86579c commit c5cdba7
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 13 deletions.
57 changes: 47 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ toml_edit = "0.19.15"
topological-sort = "0.2.2"
tough = { version = "0.12", features = [ "http" ] }
trust-dns-client = "0.22"
trust-dns-proto = "0.22"
trust-dns-proto = "0.23"
trust-dns-resolver = "0.22"
trust-dns-server = "0.22"
trybuild = "1.0.85"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ toml = { version = "0.7.8" }
toml_datetime = { version = "0.6.3", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19.15", features = ["serde"] }
tracing = { version = "0.1.37", features = ["log"] }
trust-dns-proto = { version = "0.22.0" }
trust-dns-proto = { version = "0.23.0" }
unicode-bidi = { version = "0.3.13" }
unicode-normalization = { version = "0.1.22" }
usdt = { version = "0.3.5" }
Expand Down Expand Up @@ -192,7 +192,7 @@ toml = { version = "0.7.8" }
toml_datetime = { version = "0.6.3", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19.15", features = ["serde"] }
tracing = { version = "0.1.37", features = ["log"] }
trust-dns-proto = { version = "0.22.0" }
trust-dns-proto = { version = "0.23.0" }
unicode-bidi = { version = "0.3.13" }
unicode-normalization = { version = "0.1.22" }
unicode-xid = { version = "0.2.4" }
Expand Down

0 comments on commit c5cdba7

Please sign in to comment.