Skip to content

Commit c3f3304

Browse files
Bump insta from 1.46.3 to 1.47.1
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.46.3 to 1.47.1. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.46.3...1.47.1) --- updated-dependencies: - dependency-name: insta dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77ec858 commit c3f3304

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

Cargo.lock

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bluejay-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ itertools = "0.14.0"
2020

2121
[dev-dependencies]
2222
criterion = "0.7"
23-
insta = { version = "1.28", features = ["glob"] }
23+
insta = { version = "1.47", features = ["glob"] }
2424
self_cell = "1.0.3"
2525

2626
[[bench]]

bluejay-printer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description = "A GraphQL printer"
1616
bluejay-core = { workspace = true }
1717

1818
[dev-dependencies]
19-
insta = { version = "1.28", features = ["glob"] }
19+
insta = { version = "1.47", features = ["glob"] }
2020
similar-asserts = { version = "1.4" }
2121
bluejay-parser = { workspace = true }
2222

bluejay-validator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ seq-macro = "0.3.5"
2020
[dev-dependencies]
2121
bluejay-core = { workspace = true, features = ["serde_json"] }
2222
criterion = "0.7"
23-
insta = { version = "1.28", features = ["glob"] }
23+
insta = { version = "1.47", features = ["glob"] }
2424
once_cell = "1.17"
2525
serde_json = { version = "1.0" }
2626

bluejay-visibility/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ once_cell = "1.17"
1919
enum-as-inner = "0.7"
2020

2121
[dev-dependencies]
22-
insta = { version = "1.28" }
22+
insta = { version = "1.47" }
2323
bluejay-parser = { workspace = true }
2424
bluejay-printer = { workspace = true }
2525

0 commit comments

Comments
 (0)