From 6f13ac7647ecfbdfc7372523b4790322b6af3595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:59:45 +0000 Subject: [PATCH] Bump once_cell from 1.18.0 to 1.19.0 (#72) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- gemstone/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1478a34e..269ef4f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2206,9 +2206,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "oneshot-uniffi" diff --git a/gemstone/Cargo.toml b/gemstone/Cargo.toml index c5c7ace3..fa4358fe 100644 --- a/gemstone/Cargo.toml +++ b/gemstone/Cargo.toml @@ -14,7 +14,7 @@ name = "gemstone" [dependencies] async-std = "1.12.0" -once_cell = "1.18.0" +once_cell = "1.19.0" uniffi = { workspace = true } [build-dependencies]