From d0f66051522184401a0a572c9c67f5e035f637b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 19:05:54 +0000 Subject: [PATCH] chore(deps): bump once_cell from 1.10.0 to 1.17.2 in /rust/bagua-core Bumps [once_cell](https://github.com/matklad/once_cell) from 1.10.0 to 1.17.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.10.0...v1.17.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rust/bagua-core/Cargo.lock | 4 ++-- rust/bagua-core/bagua-core-internal/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/bagua-core/Cargo.lock b/rust/bagua-core/Cargo.lock index f87553403..344fe8b2d 100644 --- a/rust/bagua-core/Cargo.lock +++ b/rust/bagua-core/Cargo.lock @@ -1494,9 +1494,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.10.0" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" +checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" [[package]] name = "oneshot" diff --git a/rust/bagua-core/bagua-core-internal/Cargo.toml b/rust/bagua-core/bagua-core-internal/Cargo.toml index f223f72e3..35e361fa5 100644 --- a/rust/bagua-core/bagua-core-internal/Cargo.toml +++ b/rust/bagua-core/bagua-core-internal/Cargo.toml @@ -21,7 +21,7 @@ oneshot = "0.1" cpp = "0.5" sized-object-pool = "0.2" dynamic-pool = "0.2" -once_cell = "1.10" +once_cell = "1.17" ndarray = "0.15.4" serde = { version = "1", features = ["derive"] } scheduled-thread-pool = "0.2"