Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 94e203e

Browse files
authored
Merge branch 'main' into user/noharper/remove-debug-repro-cli
2 parents 2a796a2 + f3b7e20 commit 94e203e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/agent/Cargo.lock

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

src/agent/coverage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ procfs = { version = "0.15.1", default-features = false, features = ["flate2"] }
3535
clap = { version = "4.4", features = ["derive"] }
3636
env_logger = "0.10.0"
3737
pretty_assertions = "1.4.0"
38-
insta = { version = "1.31.0", features = ["glob"] }
38+
insta = { version = "1.32.0", features = ["glob"] }
3939
coverage = { path = "../coverage" }
4040
cc = "1.0"
4141
tempfile = "3.8.0"

src/agent/stacktrace-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ serde_json = "1.0"
1616
libclusterfuzz = { path = "../libclusterfuzz" }
1717

1818
[dev-dependencies]
19-
insta = { version = "1.31.0", features = ["glob", "json"] }
19+
insta = { version = "1.32.0", features = ["glob", "json"] }
2020
pretty_assertions = "1.4"

0 commit comments

Comments
 (0)