Skip to content

Commit 263d033

Browse files
authored
Merge pull request #100 from Shopify/dependabot/cargo/insta-1.47.1
Bump insta from 1.46.3 to 1.47.1
2 parents 77ec858 + c3f3304 commit 263d033

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)