From 6ea07297f49f53de7e2a12e581980e57d7f112b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:27:30 +0200 Subject: [PATCH] chore(deps): change rust crate maplit version to `1` (#1270) * chore(deps): update rust crate maplit to 1.0.2 * Update Cargo.toml * Update tauri-beta-17.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars --- .changes/tauri-beta-17.md | 2 +- plugins/notification/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changes/tauri-beta-17.md b/.changes/tauri-beta-17.md index dbcd3b20..fcb51715 100644 --- a/.changes/tauri-beta-17.md +++ b/.changes/tauri-beta-17.md @@ -11,7 +11,7 @@ "global-shortcut": patch "http": patch "localhost": patch -"log": patch +"log-plugin": patch "nfc": patch "notification": patch "os": patch diff --git a/plugins/notification/Cargo.toml b/plugins/notification/Cargo.toml index dbbf04e6..22abb84b 100644 --- a/plugins/notification/Cargo.toml +++ b/plugins/notification/Cargo.toml @@ -48,7 +48,7 @@ winrt-notification = { package = "tauri-winrt-notification", version = "0.2" } [dev-dependencies] color-backtrace = "0.6" ctor = "0.2" -maplit = "1.0" +maplit = "1" [features] default = [ "zbus", "async" ]