From 0c6ef0fcb068b4e8cc9f517f3e302180ba1fe259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:41:40 +0000 Subject: [PATCH] Bump once_cell from 1.20.0 to 1.20.2 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.0 to 1.20.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.0...v1.20.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... 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 258d16d..ad65fda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -949,9 +949,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.0" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "openssl" diff --git a/Cargo.toml b/Cargo.toml index b937b2c..583d410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde_json = "1.0.128" rand = "0.8.5" semver = "1.0.23" colored = "2.1.0" -once_cell = "1.20.0" +once_cell = "1.20.2" reqwest = { version = "0.12.7", features = ["stream"] } futures-util = "0.3.30" indicatif = "0.17.8"