From 81c62e42c670853d17fc1c5da92149c828d6f6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:42:10 +0000 Subject: [PATCH] Bump once_cell from 1.20.1 to 1.20.2 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.1 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.1...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 | 13 ++----------- lib/shift-orcz/Cargo.toml | 2 +- shift-client/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cec37be3..18c527fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -789,12 +789,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.1" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1" -dependencies = [ - "portable-atomic", -] +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "openssl" @@ -1007,12 +1004,6 @@ version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" -[[package]] -name = "portable-atomic" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" - [[package]] name = "powerfmt" version = "0.2.0" diff --git a/lib/shift-orcz/Cargo.toml b/lib/shift-orcz/Cargo.toml index a5589611..cb2938c1 100644 --- a/lib/shift-orcz/Cargo.toml +++ b/lib/shift-orcz/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT OR Apache-2.0" [dependencies] -once_cell = "1.20.1" +once_cell = "1.20.2" regex = "1.11.0" reqwest = { version = "0.12.8", default-features = false } scraper = { version = "0.20.0", default-features = false } diff --git a/shift-client/Cargo.toml b/shift-client/Cargo.toml index e98ea25c..27ef3cfe 100644 --- a/shift-client/Cargo.toml +++ b/shift-client/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT OR Apache-2.0" [dependencies] -once_cell = "1.20.1" +once_cell = "1.20.2" reqwest = { version = "0.12.8", default-features = false, features = [ "cookies", "json" ] } scraper = { version = "0.20.0", default-features = false } serde = { version = "1.0.210", features = [ "derive" ] }