]> git.ipfire.org Git - thirdparty/pdns.git/commit
Avoid the uuid crate, use the C++ code already available 16106/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 11 Sep 2025 09:59:38 +0000 (11:59 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 11 Sep 2025 11:23:12 +0000 (13:23 +0200)
commitb0a094b410b61f4890a950efb542d6ccd3bdafa1
tree1e5407d31cbadfe7e28ffa32aad2ae955e652414
parentb462320d1eb1a24d6828b14e1b82845cff457056
Avoid the uuid crate, use the C++ code already available

uuid pulls in some questionable deps

Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/Makefile.am
pdns/recursordist/rec-rust-lib/cxxsupport.cc
pdns/recursordist/rec-rust-lib/rust/Cargo.lock
pdns/recursordist/rec-rust-lib/rust/Cargo.toml
pdns/recursordist/rec-rust-lib/rust/src/bridge.hh
pdns/recursordist/rec-rust-lib/rust/src/misc.rs
pdns/recursordist/rec-rust-lib/rust/src/web.rs