Skip to content

Commit

Permalink
Update trust-dns monorepo to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Dec 12, 2023
1 parent 9e67e3b commit 8ce177a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 33 deletions.
56 changes: 29 additions & 27 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,10 @@ toml = "0.8.8"
toml_edit = "0.21.0"
topological-sort = "0.2.2"
tough = { version = "0.16.0", features = [ "http" ] }
trust-dns-client = "0.22"
trust-dns-proto = "0.22"
trust-dns-resolver = "0.22"
trust-dns-server = "0.22"
trust-dns-client = "0.23"
trust-dns-proto = "0.23"
trust-dns-resolver = "0.23"
trust-dns-server = "0.23"
trybuild = "1.0.85"
tufaceous = { path = "tufaceous" }
tufaceous-lib = { path = "tufaceous-lib" }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ tokio-util = { version = "0.7.10", features = ["codec", "io-util"] }
toml = { version = "0.7.8" }
toml_edit-647d43efb71741da = { package = "toml_edit", version = "0.21.0", features = ["serde"] }
tracing = { version = "0.1.37", features = ["log"] }
trust-dns-proto = { version = "0.22.0" }
trust-dns-proto = { version = "0.23.2", features = ["text-parsing"] }
unicode-bidi = { version = "0.3.13" }
unicode-normalization = { version = "0.1.22" }
usdt = { version = "0.3.5" }
Expand Down Expand Up @@ -210,7 +210,7 @@ tokio-util = { version = "0.7.10", features = ["codec", "io-util"] }
toml = { version = "0.7.8" }
toml_edit-647d43efb71741da = { package = "toml_edit", version = "0.21.0", features = ["serde"] }
tracing = { version = "0.1.37", features = ["log"] }
trust-dns-proto = { version = "0.22.0" }
trust-dns-proto = { version = "0.23.2", features = ["text-parsing"] }
unicode-bidi = { version = "0.3.13" }
unicode-normalization = { version = "0.1.22" }
usdt = { version = "0.3.5" }
Expand Down

0 comments on commit 8ce177a

Please sign in to comment.