From 965c4407f16cfc4066b369004caa700c6fbe8781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 02:55:47 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.lock | 12 +++++------- Cargo.toml | 2 +- imgurs-cli/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdfc540..7c4fe65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,9 +171,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "base64" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5" +checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" [[package]] name = "bitflags" @@ -857,7 +857,7 @@ dependencies = [ name = "imgurs" version = "0.11.1" dependencies = [ - "base64 0.20.0", + "base64 0.21.0", "reqwest", "serde", "serde_json", @@ -1099,16 +1099,14 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.6.0" +version = "4.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc2e370356160e41aba3fd0fbac26d86a89ddd2ac4300c03de999a77cfa2509" +checksum = "3ce656bb6d22a93ae276a23de52d1aec5ba4db3ece3c0eb79dfd5add7384db6a" dependencies = [ "mac-notification-sys", "serde", "tauri-winrt-notification", "zbus", - "zvariant", - "zvariant_derive", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 44a2f6a..954038e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ codegen-units = 1 # HTTP reqwest = { version = "0.11", default-features = false, features = ["json", "multipart"] } # Request -base64 = "0.20" +base64 = "0.21" validator = "0.16" # validate url address # Response serde = { version = "1.0", features = ["derive"] } diff --git a/imgurs-cli/Cargo.toml b/imgurs-cli/Cargo.toml index ba21ce4..5723402 100644 --- a/imgurs-cli/Cargo.toml +++ b/imgurs-cli/Cargo.toml @@ -37,7 +37,7 @@ serde = { version = "1.0", features = ["derive"] } # Other chrono = "0.4" # parse upload date -notify-rust = "4.6" # send notification after upload +notify-rust = "4.7" # send notification after upload dirs = "4.0" # get system configuration directory imgurs = { path = "..", version = "0.11.0", features = ["full"] }