From 0beaf2481d2df661cdb7f372ed20b0b545cdd4f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 06:47:38 +0000 Subject: [PATCH] chore(deps): bump once_cell from 1.21.0 to 1.21.1 in /src-tauri Bumps [once_cell](https://github.com/matklad/once_cell) from 1.21.0 to 1.21.1. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.21.0...v1.21.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0eb68abf..65c81ff8 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3168,9 +3168,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.0" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde51589ab56b20a6f686b2c68f7a0bd6add753d697abf720d63f8db3ab7b1ad" +checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" [[package]] name = "open" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 28ce77b9..60fcc1fc 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -30,7 +30,7 @@ backon = { version = "1.3.0", default-features = false, features = ["tokio-sleep # Generic void = "1" directories = "5.0" -once_cell = "1.16.0" +once_cell = "1.21.1" # FS libs async_zip = { version = "0.0.11", features = ["full"] }