Skip to content

Commit

Permalink
Use base16 for Ds (de)serialization. (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Feb 8, 2025
1 parent c1a5e86 commit 2d6b6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdata/dnssec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ pub struct Ds<Octs> {
digest_type: DigestAlg,
#[cfg_attr(
feature = "serde",
serde(with = "crate::utils::base64::serde")
serde(with = "crate::utils::base16::serde")
)]
digest: Octs,
}
Expand Down

0 comments on commit 2d6b6ee

Please sign in to comment.