From 9857463995301b8bfc07f4052270210df085fbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:57:50 +0000 Subject: [PATCH] build(deps): 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 ++----------- flowr/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e7c7dfdad..5ab7a86b17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2794,12 +2794,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-probe" @@ -3040,12 +3037,6 @@ dependencies = [ "nom", ] -[[package]] -name = "portable-atomic" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" - [[package]] name = "portpicker" version = "0.1.1" diff --git a/flowr/Cargo.toml b/flowr/Cargo.toml index 3f74ed5296..980c7b7bb8 100644 --- a/flowr/Cargo.toml +++ b/flowr/Cargo.toml @@ -70,7 +70,7 @@ wasmtime = { version = "24.0.0", default-features = false, features = ["runtime" iced = { version = "0.12.1", features = ["canvas", "tokio", "debug", "image"] } iced_aw = { version = "0.9.3", default-features = false, features = ["tabs", "card", "modal",] } iced_native = "0.10.3" -once_cell = "1.20.1" +once_cell = "1.20.2" tokio = { version = "1", features = ["sync"] } # Optional dependencies