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 15, 2023
1 parent f513182 commit 94d3858
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 42 deletions.
64 changes: 28 additions & 36 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 @@ -372,10 +372,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 @@ -97,7 +97,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 @@ -191,7 +191,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

0 comments on commit 94d3858

Please sign in to comment.