Skip to content

Commit 7cad6bb

Browse files
committed
Use daemonbase main now that NLnetLabs/daemonbase#12 has been merged.
1 parent b8a1720 commit 7cad6bb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ hyper-util = { version = "0.1.16" }
5050
# `default-features = false` was copied from previous import from the Rotonda base
5151
reqwest = { version = "0.12", default-features = false, features = ["http2", "json"] }
5252
axum = { version = "0.8.4", features = ["http2", "ws"] }
53-
#daemonbase = { git = "https://github.com/NLnetLabs/daemonbase", rev = "038578e529f64ec0fee721b034dc82ab80a23f19", version = "0.1.3" } # Use commit 038578e5 to take the fix made for PR https://github.com/NLnetLabs/daemonbase/pull/11
54-
daemonbase = { git = "https://github.com/NLnetLabs/daemonbase", branch = "support-direct-process-creation", version = "0.1.3" }
53+
daemonbase = { git = "https://github.com/NLnetLabs/daemonbase", rev = "3f58c89938bbbddb3c7f15035f4f550795cf7751", version = "0.1.3" } # Use commit 3f58c899 to take the fix made for PR https://github.com/NLnetLabs/daemonbase/pull/12
5554
listenfd = "1.0.2"
5655

5756
# From Rotonda

0 commit comments

Comments
 (0)