From f486d4cdd33d185c8f77218178c5a9dea4727a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:35:40 +0000 Subject: [PATCH] Update maud requirement from 0.26 to 0.27 Updates the requirements on [maud](https://github.com/lambda-fairy/maud) to permit the latest version. - [Release notes](https://github.com/lambda-fairy/maud/releases) - [Changelog](https://github.com/lambda-fairy/maud/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/maud/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: maud dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c4bfa32..be8b13db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,7 @@ hifitime = { version = "4.0.0", features = ["serde", "std"] } gnss-rs = { version = "2.3.5", features = ["serde", "domes", "cospar"] } gnss-qc-traits = { version = "0.1.1", features = ["html"], optional = true } -maud = { version = "0.26", optional = true } +maud = { version = "0.27", optional = true } # BINEX binex = { version = "0.4.2", optional = true }