From e8ce966f8f4fd95e6c6ffe70cfc7770ea377932f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:58:32 +0000 Subject: [PATCH] Update defmt requirement from 0.2.3 to 0.3.4 Updates the requirements on [defmt](https://github.com/knurling-rs/defmt) to permit the latest version. - [Release notes](https://github.com/knurling-rs/defmt/releases) - [Changelog](https://github.com/knurling-rs/defmt/blob/main/CHANGELOG.md) - [Commits](https://github.com/knurling-rs/defmt/compare/defmt-v0.2.3...defmt-v0.3.4) --- updated-dependencies: - dependency-name: defmt 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 b8414a9..9c36fd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ humantime = { version = "2.1.0", optional = true } tracing = { version = "0.1.25", optional = true } tracing-subscriber = { version = "0.2.16", optional = true } serde = { version = "1.0.130", optional = true } -defmt = { version = "0.2.3", optional = true } +defmt = { version = "0.3.4", optional = true } anyhow = { version = "1.0.44", optional = true } [dev-dependencies]