diff --git a/Cargo.toml b/Cargo.toml index 87fd5d1..3ff2a32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,6 @@ rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"] [dependencies] thiserror = "2" -maud = { version = "0.26", optional = true } +maud = { version = "0.27", optional = true } hifitime = { version = "4.0", optional = true } gnss-rs = { version = "2.3.5", features = ["serde", "domes", "cospar"], optional = true }