From 15d6926797347eecaa2ee3aaa161385244a3771a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:49:14 +0000 Subject: [PATCH] Bump once_cell from 1.17.0 to 1.20.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.0 to 1.20.1. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.17.0...v1.20.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++++++-- sns-discord/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 873ed90..b2c7b47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -521,9 +521,12 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.0" +version = "1.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" +checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1" +dependencies = [ + "portable-atomic", +] [[package]] name = "openssl-probe" @@ -563,6 +566,12 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" +[[package]] +name = "portable-atomic" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" + [[package]] name = "proc-macro-hack" version = "0.5.20+deprecated" diff --git a/sns-discord/Cargo.toml b/sns-discord/Cargo.toml index 21f314e..5a738f1 100644 --- a/sns-discord/Cargo.toml +++ b/sns-discord/Cargo.toml @@ -13,4 +13,4 @@ hyper = { version = "0.14.23", features = ["client", "http2", "http1"] } hyper-rustls = "0.23.2" serde = "1.0.210" serde_json = "1.0.91" -once_cell = "1.17.0" +once_cell = "1.20.1"