Skip to content

Commit 10d8f74

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update rust crate insta to 1.12.0
1 parent 4f60872 commit 10d8f74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apollo-router-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tracing-futures = "0.2.5"
3434
typed-builder = "0.9.1"
3535

3636
[dev-dependencies]
37-
insta = "1.11.0"
37+
insta = "1.12.0"
3838
mockall = "0.11.0"
3939
static_assertions = "1"
4040
test-log = { version = "0.2.8", default-features = false, features = ["trace"] }

apollo-router/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ warp = { version = "0.3.2", default-features = false, features = [
7676

7777
[dev-dependencies]
7878
httpmock = "0.6.6"
79-
insta = "1.11.0"
79+
insta = "1.12.0"
8080
maplit = "1.0.2"
8181
mockall = "0.11.0"
8282
reqwest = { version = "0.11.9", features = ["json", "stream"] }

0 commit comments

Comments
 (0)