Skip to content

Commit

Permalink
chore: bump insta from 1.32.0 to 1.33.0 (#3591)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 12369c9 commit 0eebe94
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/prql-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pyo3 = {version = "0.19.2", features = ["abi3-py37"]}
prql-compiler = {path = "../../crates/prql-compiler", default-features = false}

[dev-dependencies]
insta = {version = "1.32", features = ["colors", "glob", "yaml"]}
insta = {version = "1.33", features = ["colors", "glob", "yaml"]}

[build-dependencies]
pyo3-build-config = "0.19.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/prql-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tokio-util = {version = "0.7", optional = true, features = ["compat"]}

[dev-dependencies]
cfg-if = "1.0"
insta = {version = "1.32", features = ["colors", "glob", "yaml"]}
insta = {version = "1.33", features = ["colors", "glob", "yaml"]}
similar-asserts = "1.5.0"

[target.'cfg(not(target_family="wasm"))'.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/prql-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ chumsky = "0.9.2"
chumsky = {version = "0.9.2", features = ["ahash", "std"], default-features = false}

[dev-dependencies]
insta = {version = "1.32", features = ["colors", "glob", "yaml"]}
insta = {version = "1.33", features = ["colors", "glob", "yaml"]}
2 changes: 1 addition & 1 deletion crates/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ walkdir = "2.4.0"
minijinja = {version = "=0.31.0", features = ["unstable_machinery"]}

[target.'cfg(not(target_family="wasm"))'.dev-dependencies]
insta = {version = "1.32", features = ["colors", "glob", "yaml"]}
insta = {version = "1.33", features = ["colors", "glob", "yaml"]}
insta-cmd = "0.4.0"
2 changes: 1 addition & 1 deletion crates/tests_misc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
insta = {version = "1.32", features = ["colors", "glob", "yaml"]}
insta = {version = "1.33", features = ["colors", "glob", "yaml"]}
regex = "1.9.5"
similar = {version = "2.2.1"}
2 changes: 1 addition & 1 deletion web/book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ strum_macros = "0.25.2"
[target.'cfg(not(target_family="wasm"))'.dev-dependencies]
anstream = {version = "0.3.2"}
globset = "0.4.13"
insta = {version = "1.32", features = ["colors", "glob"]}
insta = {version = "1.33", features = ["colors", "glob"]}
log = "0.4.20"
regex = "1.9.5"
serde_json = "1.0.107"
Expand Down

0 comments on commit 0eebe94

Please sign in to comment.