Bump insta from 1.34.0 to 1.35.1 (#1942)

This commit is contained in:
dependabot[bot] 2024-02-23 21:00:35 +00:00 committed by GitHub
parent ca489ac3bb
commit 019e2fd1b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 10 additions and 10 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -26,4 +26,4 @@ thiserror = { workspace = true }
url = { workspace = true }
[dev-dependencies]
insta = { version = "1.34.0" }
insta = { version = "1.35.1" }

View File

@ -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" }

View File

@ -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" }

View File

@ -40,4 +40,4 @@ toml = { workspace = true }
tracing = { workspace = true }
[dev-dependencies]
insta = { version = "1.34.0" }
insta = { version = "1.35.1" }

View File

@ -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"] }

View File

@ -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" }

View File

@ -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"]

View File

@ -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 }