From 0fe04f5a965ebf7bad144c85f0def99acdb15c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 21:05:25 +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 e029292..0d719ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ anise = { version = "0.5.3", features = ["embed_ephem"] } gnss-rs = { version = "2.3.5", features = ["serde"] } gnss-qc-traits = { version = "0.1.1", features = ["processing"] } -maud = "0.26" +maud = "0.27" plotly = "0.12" sp3 = { version = "1.1.2", features = ["qc", "processing", "anise", "serde"], optional = true }