From 712b717bde7f0531d01f2412f1e20e228f700a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:42:18 +0100 Subject: [PATCH] Bump once_cell from 1.20.2 to 1.20.3 in /native/wasmex (#721) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.2 to 1.20.3. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.2...v1.20.3) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- native/wasmex/Cargo.lock | 4 ++-- native/wasmex/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/wasmex/Cargo.lock b/native/wasmex/Cargo.lock index e773e2e..4326a6b 100644 --- a/native/wasmex/Cargo.lock +++ b/native/wasmex/Cargo.lock @@ -1242,9 +1242,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" [[package]] name = "paste" diff --git a/native/wasmex/Cargo.toml b/native/wasmex/Cargo.toml index 3c4bf0e..1f00ae5 100644 --- a/native/wasmex/Cargo.toml +++ b/native/wasmex/Cargo.toml @@ -16,7 +16,7 @@ crate-type = ["dylib"] [dependencies] rustler = { version = "0.35", features = ["big_integer", "serde"] } -once_cell = "1.20.2" +once_cell = "1.20.3" rand = "0.9.0" wasmtime = "28.0.0" wasmtime-wasi = "28.0.0"