From 2a7f24d877e8bf75f50a3b582402996202525db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 11:09:25 +0000 Subject: [PATCH] Bump once_cell from 1.17.0 to 1.17.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.0 to 1.17.1. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- sns-discord/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a424e9d..25837d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,9 +459,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "openssl-probe" diff --git a/sns-discord/Cargo.toml b/sns-discord/Cargo.toml index 8bfeab3..3a3c0f2 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.152" serde_json = "1.0.91" -once_cell = "1.17.0" +once_cell = "1.17.1"