Skip to content

Commit 6e2f3c1

Browse files
committed
Update deps
1 parent ea6f166 commit 6e2f3c1

File tree

2 files changed

+80
-11
lines changed

2 files changed

+80
-11
lines changed

Cargo.lock

Lines changed: 77 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ axum = { version = "0.8.1", features = ["macros"] }
1616
axum-extra = "0.10.0"
1717
bytes = "1.10.0"
1818
clap = { version = "4.5.20", features = ["derive", "string", "env"] }
19-
custom-domains-backend = { package = "backend", git = "https://github.com/dfinity/custom-domains", rev = "3d63b08643e71b84566f3ff428d1d4c3fc6cdcc8" }
20-
custom-domains-base = { package = "base", git = "https://github.com/dfinity/custom-domains", rev = "3d63b08643e71b84566f3ff428d1d4c3fc6cdcc8" }
19+
custom-domains-backend = { package = "backend", git = "https://github.com/dfinity/custom-domains", rev = "c839322dccaaa36a4991cba142435d12cdba4c93" }
20+
custom-domains-base = { package = "base", git = "https://github.com/dfinity/custom-domains", rev = "c839322dccaaa36a4991cba142435d12cdba4c93" }
2121
derive-new = "0.7.0"
2222
fqdn = { version = "0.4.6", features = ["serde"] }
2323
hostname = "0.4.0"
2424
http = "1.3.1"
2525
http-body-util = "0.1.3"
2626
humantime = "2.2.0"
27-
ic-bn-lib = { git = "https://github.com/dfinity/ic-bn-lib", rev = "fb07ed1b89abee41d3202475f8aaef779c76762f", features = [
27+
ic-bn-lib = { git = "https://github.com/dfinity/ic-bn-lib", rev = "ec9963d0d425b353c32e612ab56974d269487230", features = [
2828
"acme-alpn",
2929
"cert-providers",
3030
"clients-hyper",

0 commit comments

Comments
 (0)