From fd909da2ab6821d64f5cf7fcb7007e3c51528b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 02:58:19 +0000 Subject: [PATCH] chore(deps): bump once_cell from 1.20.2 to 1.21.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.2 to 1.21.1. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.2...v1.21.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4b4ed4..f5ac39c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1126,9 +1126,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" [[package]] name = "openssl" diff --git a/Cargo.toml b/Cargo.toml index 43424bc..c535ceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ cow-utils = "0.1" crates_io_api = "0.11" futures = "0.3" itertools = "0.14" -once_cell = "1.20" +once_cell = "1.21" oss-rust-sdk = "0.8" reqwest = "0.12" rss = "2.0"