diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index ef82aee81..a552135b0 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -513,9 +513,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.35" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" +checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index f6f3c646e..6503749dd 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["kcl", "KittyCAD", "CAD"] anyhow = { version = "1.0.81", features = ["backtrace"] } async-recursion = "1.1.0" async-trait = "0.1.79" -chrono = "0.4.35" +chrono = "0.4.37" clap = { version = "4.5.3", features = ["cargo", "derive", "env", "unicode"], optional = true } dashmap = "5.5.3" databake = { version = "0.1.7", features = ["derive"] }