Skip to content

Commit

Permalink
dnsdist: switch back to serde_yaml
Browse files Browse the repository at this point in the history
Fixes the dnsdist part of #15202
  • Loading branch information
omoerbeek committed Feb 24, 2025
1 parent 6561c48 commit 870b6f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 34 deletions.
42 changes: 9 additions & 33 deletions pdns/dnsdistdist/dnsdist-rust-lib/rust/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 pdns/dnsdistdist/dnsdist-rust-lib/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["staticlib"]
[dependencies]
cxx = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = { package = "serde_yml", version = "0.0.12" }
serde_yaml = { version = "0.9.34" }

[build-dependencies]
cxx-build = "1.0"

0 comments on commit 870b6f2

Please sign in to comment.