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