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"