Skip to content

Commit

Permalink
chore(deps): 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 Nov 14, 2023
1 parent 6bbaa80 commit 7bf6723
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 32 deletions.
118 changes: 92 additions & 26 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 @@ -370,10 +370,10 @@ toml = "0.8.8"
toml_edit = "0.21.0"
topological-sort = "0.2.2"
tough = { version = "0.14", 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 @@ -98,7 +98,7 @@ tokio-stream = { version = "0.1.14", features = ["net"] }
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 @@ -195,7 +195,7 @@ tokio-stream = { version = "0.1.14", features = ["net"] }
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" }
unicode-xid = { version = "0.2.4" }
Expand Down

0 comments on commit 7bf6723

Please sign in to comment.