Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 90 additions & 5 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 @@ -551,7 +551,7 @@ heck = "0.5"
hex = "0.4.3"
hex-literal = "0.4.1"
hickory-client = "0.25.2"
hickory-proto = "0.25.2"
hickory-proto = "0.26.0"
hickory-resolver = "0.25.2"
hickory-server = "0.25.2"
highway = "1.3.0"
Expand Down
12 changes: 10 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15.5" }
hashbrown-986da7b5efc2b80e = { package = "hashbrown", version = "0.16.1" }
hex = { version = "0.4.3", features = ["serde"] }
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
hickory-proto = { version = "0.25.2", default-features = false, features = ["serde", "text-parsing", "tokio"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "1.8.1", features = ["full"] }
iddqd = { version = "0.4.1", features = ["daft", "proptest", "schemars08"] }
Expand Down Expand Up @@ -214,7 +214,7 @@ hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15.5" }
hashbrown-986da7b5efc2b80e = { package = "hashbrown", version = "0.16.1" }
heck = { version = "0.4.1", features = ["unicode"] }
hex = { version = "0.4.3", features = ["serde"] }
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
hickory-proto = { version = "0.25.2", default-features = false, features = ["serde", "text-parsing", "tokio"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "1.8.1", features = ["full"] }
iddqd = { version = "0.4.1", features = ["daft", "proptest", "schemars08"] }
Expand Down Expand Up @@ -319,6 +319,7 @@ aws-lc-rs = { version = "1.16.3", features = ["prebuilt-nasm"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
dof-468e82937335b1c9 = { package = "dof", version = "0.3.0", default-features = false, features = ["des"] }
dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features = false, features = ["des"] }
getrandom-9fbad63c4bcf4a8f = { package = "getrandom", version = "0.4.1", default-features = false, features = ["std", "sys_rng"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.20", features = ["full"] }
linux-raw-sys = { version = "0.4.15", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "system"] }
Expand All @@ -333,6 +334,7 @@ aws-lc-rs = { version = "1.16.3", features = ["prebuilt-nasm"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
dof-468e82937335b1c9 = { package = "dof", version = "0.3.0", default-features = false, features = ["des"] }
dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features = false, features = ["des"] }
getrandom-9fbad63c4bcf4a8f = { package = "getrandom", version = "0.4.1", default-features = false, features = ["std", "sys_rng"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.20", features = ["full"] }
linux-raw-sys = { version = "0.4.15", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "system"] }
Expand All @@ -346,6 +348,7 @@ tokio-rustls = { version = "0.26.4", default-features = false, features = ["aws-
aws-lc-rs = { version = "1.16.3", features = ["prebuilt-nasm"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
errno = { version = "0.3.14" }
getrandom-9fbad63c4bcf4a8f = { package = "getrandom", version = "0.4.1", default-features = false, features = ["std", "sys_rng"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.20", features = ["full"] }
mio = { version = "1.2.0", features = ["net", "os-ext"] }
Expand All @@ -358,6 +361,7 @@ tokio-rustls = { version = "0.26.4", default-features = false, features = ["aws-
aws-lc-rs = { version = "1.16.3", features = ["prebuilt-nasm"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
errno = { version = "0.3.14" }
getrandom-9fbad63c4bcf4a8f = { package = "getrandom", version = "0.4.1", default-features = false, features = ["std", "sys_rng"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.20", features = ["full"] }
mio = { version = "1.2.0", features = ["net", "os-ext"] }
Expand All @@ -370,6 +374,7 @@ tokio-rustls = { version = "0.26.4", default-features = false, features = ["aws-
aws-lc-rs = { version = "1.16.3", features = ["prebuilt-nasm"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
errno = { version = "0.3.14" }
getrandom-9fbad63c4bcf4a8f = { package = "getrandom", version = "0.4.1", default-features = false, features = ["std", "sys_rng"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.20", features = ["full"] }
mio = { version = "1.2.0", features = ["net", "os-ext"] }
Expand All @@ -382,6 +387,7 @@ tokio-rustls = { version = "0.26.4", default-features = false, features = ["aws-
aws-lc-rs = { version = "1.16.3", features = ["prebuilt-nasm"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
errno = { version = "0.3.14" }
getrandom-9fbad63c4bcf4a8f = { package = "getrandom", version = "0.4.1", default-features = false, features = ["std", "sys_rng"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.20", features = ["full"] }
mio = { version = "1.2.0", features = ["net", "os-ext"] }
Expand All @@ -401,6 +407,7 @@ hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"
hyper-util = { version = "0.1.20", features = ["full"] }
mio = { version = "1.2.0", features = ["net", "os-ext"] }
object = { version = "0.37.3", default-features = false, features = ["read", "std"] }
rand-93f6ce9d446188ac = { package = "rand", version = "0.10.0" }
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.44", features = ["fs", "stdio", "system", "termios"] }
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.1.3", features = ["fs", "stdio", "termios"] }
tokio-rustls = { version = "0.26.4", default-features = false, features = ["aws-lc-rs"] }
Expand All @@ -418,6 +425,7 @@ hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"
hyper-util = { version = "0.1.20", features = ["full"] }
mio = { version = "1.2.0", features = ["net", "os-ext"] }
object = { version = "0.37.3", default-features = false, features = ["read", "std"] }
rand-93f6ce9d446188ac = { package = "rand", version = "0.10.0" }
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.44", features = ["fs", "stdio", "system", "termios"] }
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.1.3", features = ["fs", "stdio", "termios"] }
tokio-rustls = { version = "0.26.4", default-features = false, features = ["aws-lc-rs"] }
Expand Down
Loading