diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 15920f86bf..cfc7abd025 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -1928,9 +1928,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "pretty_assertions" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" dependencies = [ "diff", "yansi", @@ -3839,9 +3839,9 @@ dependencies = [ [[package]] name = "yansi" -version = "0.5.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "zerocopy" diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index c64fd1517f..46cd88a618 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -27,7 +27,7 @@ anyhow = "1" hyper = { version = "0.14.29", features = ["server", "http1"] } image = { version = "0.25.1", default-features = false, features = ["png"] } kittycad = { workspace = true, default-features = true } -pretty_assertions = "1.4.0" +pretty_assertions = "1.4.1" reqwest = { version = "0.11.26", default-features = false } tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros", "time"] } twenty-twenty = "0.8" diff --git a/src/wasm-lib/derive-docs/Cargo.toml b/src/wasm-lib/derive-docs/Cargo.toml index da2fc5dc92..d6e49dde8e 100644 --- a/src/wasm-lib/derive-docs/Cargo.toml +++ b/src/wasm-lib/derive-docs/Cargo.toml @@ -25,5 +25,5 @@ syn = { version = "2.0.77", features = ["full"] } [dev-dependencies] anyhow = "1.0.88" expectorate = "1.1.0" -pretty_assertions = "1.4.0" +pretty_assertions = "1.4.1" rustfmt-wrapper = "0.2.1" diff --git a/src/wasm-lib/kcl-macros/Cargo.toml b/src/wasm-lib/kcl-macros/Cargo.toml index 9612501fe7..f3e7a8663e 100644 --- a/src/wasm-lib/kcl-macros/Cargo.toml +++ b/src/wasm-lib/kcl-macros/Cargo.toml @@ -18,4 +18,4 @@ quote = "1" syn = { version = "2.0.77", features = ["full"] } [dev-dependencies] -pretty_assertions = "1.4.0" +pretty_assertions = "1.4.1" diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 242ce4d018..5bb7034215 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -93,7 +93,7 @@ iai = "0.1" image = { version = "0.25.1", default-features = false, features = ["png"] } insta = { version = "1.40.0", features = ["json"] } itertools = "0.13.0" -pretty_assertions = "1.4.0" +pretty_assertions = "1.4.1" tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros", "time"] } twenty-twenty = "0.8.0"