diff --git a/src/rustyfunctions/Cargo.lock b/src/rustyfunctions/Cargo.lock index d49f353..9347245 100644 --- a/src/rustyfunctions/Cargo.lock +++ b/src/rustyfunctions/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ThreeDLineOfBestFit" version = "0.1.0" @@ -40,9 +42,9 @@ checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" [[package]] name = "bumpalo" -version = "3.2.0" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f359dc14ff8911330a51ef78022d376f25ed00248912803b58f00cb1c27f742" +checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[package]] name = "cfg-if"