From bc521a685dce9972d05fb3a8550a99b18427ec48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 18:11:23 +0000 Subject: [PATCH] chore(cargo): bump once_cell from 1.17.1 to 1.18.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.1 to 1.18.0. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.17.1...v1.18.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f96426e0d..af230d435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3089,9 +3089,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "oorandom" diff --git a/Cargo.toml b/Cargo.toml index bdd8c7635..cd4f11adb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ mime = "0.3.17" num_cpus = "1.15" num-derive = "0.3" num-traits = "0.2" -once_cell = "1.17.0" +once_cell = "1.18.0" percent-encoding = "2.2" parking_lot = "0.12" pgp = { version = "0.10", default-features = false } diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index 5d97eb66b..0934b58ec 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1", features = ["rt-multi-thread"] } anyhow = "1" thiserror = "1" rand = "0.8" -once_cell = "1.17.0" +once_cell = "1.18.0" yerpc = { version = "0.5.1", features = ["anyhow_expose"] } [features]