From aaaaa79015634f8877bfab354cac0738bba311c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:07:33 +0000 Subject: [PATCH] Bump once_cell from 1.20.1 to 1.20.2 (#1073) --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2c5bcb8e..b7cf6ac8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1807,12 +1807,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 = "oorandom" diff --git a/Cargo.toml b/Cargo.toml index f36fa0a87..9c80efcde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ thiserror = { version = "1.0" } tokio = { version = "1.41" } tracing = { version = "0.1" } uuid = { version = "1.11", default-features = false, features = ["v4", "serde"] } -once_cell = { version = "1.19" } +once_cell = { version = "1.20" } [profile.release] lto = true # Optimize our binary at link stage.