diff --git a/rust/bagua-core/Cargo.lock b/rust/bagua-core/Cargo.lock index f87553403..7e381db15 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.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[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"