diff --git a/Cargo.lock b/Cargo.lock index 5d36bf5b9..d10810213 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1564,9 +1564,9 @@ checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "insta" -version = "1.34.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2" dependencies = [ "console", "lazy_static", diff --git a/crates/distribution-filename/Cargo.toml b/crates/distribution-filename/Cargo.toml index 94e7f680b..18e2eac63 100644 --- a/crates/distribution-filename/Cargo.toml +++ b/crates/distribution-filename/Cargo.toml @@ -26,4 +26,4 @@ thiserror = { workspace = true } url = { workspace = true } [dev-dependencies] -insta = { version = "1.34.0" } +insta = { version = "1.35.1" } diff --git a/crates/pypi-types/Cargo.toml b/crates/pypi-types/Cargo.toml index 18f5c72ff..add65d47d 100644 --- a/crates/pypi-types/Cargo.toml +++ b/crates/pypi-types/Cargo.toml @@ -29,7 +29,7 @@ url = { workspace = true } [dev-dependencies] indoc = { version = "2.0.4" } -insta = { version = "1.34.0" } +insta = { version = "1.35.1" } serde_json = { version = "1.0.111" } tempfile = { version = "3.9.0" } test-case = { version = "3.3.1" } diff --git a/crates/requirements-txt/Cargo.toml b/crates/requirements-txt/Cargo.toml index be93d4b4d..27c853d4d 100644 --- a/crates/requirements-txt/Cargo.toml +++ b/crates/requirements-txt/Cargo.toml @@ -32,7 +32,7 @@ url = { workspace = true } anyhow = { version = "1.0.80" } assert_fs = { version = "1.1.1" } indoc = { version = "2.0.4" } -insta = { version = "1.34.0", features = ["filters"] } +insta = { version = "1.35.1", features = ["filters"] } itertools = { version = "0.12.1" } serde_json = { version = "1.0.111" } tempfile = { version = "3.9.0" } diff --git a/crates/uv-build/Cargo.toml b/crates/uv-build/Cargo.toml index 0b7bd1770..21b42a890 100644 --- a/crates/uv-build/Cargo.toml +++ b/crates/uv-build/Cargo.toml @@ -40,4 +40,4 @@ toml = { workspace = true } tracing = { workspace = true } [dev-dependencies] -insta = { version = "1.34.0" } +insta = { version = "1.35.1" } diff --git a/crates/uv-client/Cargo.toml b/crates/uv-client/Cargo.toml index 3c6a36c33..bc1813507 100644 --- a/crates/uv-client/Cargo.toml +++ b/crates/uv-client/Cargo.toml @@ -47,5 +47,5 @@ urlencoding = { workspace = true } [dev-dependencies] anyhow = { workspace = true } -insta = { version = "1.34.0" } +insta = { version = "1.35.1" } tokio = { workspace = true, features = ["fs", "macros"] } diff --git a/crates/uv-interpreter/Cargo.toml b/crates/uv-interpreter/Cargo.toml index 5f66214d4..1b8387810 100644 --- a/crates/uv-interpreter/Cargo.toml +++ b/crates/uv-interpreter/Cargo.toml @@ -36,6 +36,6 @@ which = { workspace = true} [dev-dependencies] anyhow = { version = "1.0.80" } indoc = { version = "2.0.4" } -insta = { version = "1.34.0" } +insta = { version = "1.35.1" } itertools = { version = "0.12.1" } tempfile = { version = "3.9.0" } diff --git a/crates/uv-resolver/Cargo.toml b/crates/uv-resolver/Cargo.toml index 38fe6601d..477bbfdb0 100644 --- a/crates/uv-resolver/Cargo.toml +++ b/crates/uv-resolver/Cargo.toml @@ -66,7 +66,7 @@ gourgeist = { path = "../gourgeist" } uv-interpreter = { path = "../uv-interpreter" } once_cell = { version = "1.19.0" } -insta = { version = "1.34.0" } +insta = { version = "1.35.1" } [features] default = ["pypi"] diff --git a/crates/uv/Cargo.toml b/crates/uv/Cargo.toml index 2400e52ea..b4b569611 100644 --- a/crates/uv/Cargo.toml +++ b/crates/uv/Cargo.toml @@ -81,7 +81,7 @@ assert_cmd = { version = "2.0.12" } assert_fs = { version = "1.1.0" } filetime = { version = "0.2.23" } indoc = { version = "2.0.4" } -insta = { version = "1.34.0", features = ["filters", "json"] } +insta = { version = "1.35.1", features = ["filters", "json"] } predicates = { version = "3.0.4" } regex = { version = "1.10.3" } reqwest = { version = "0.11.23", features = ["blocking"], default-features = false }