diff --git a/Cargo.lock b/Cargo.lock index 7490bac0..9a34f720 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1156,9 +1156,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "once_cell" -version = "1.12.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "openssl" diff --git a/Cargo.toml b/Cargo.toml index c49d6537..ed8c8bea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ cargo_metadata = "0.14.2" petgraph = "0.6.1" comfy-table = "5.0.1" -once_cell = "1.12.0" +once_cell = "1.17.1" thiserror = "1.0.31" bisector = "0.3.0"