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

Commit 6c8f04b

Browse files
Bump insta from 1.32.0 to 1.34.0 in /src/agent
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.32.0 to 1.34.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.32.0...1.34.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46bbe5b commit 6c8f04b

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
@@ -36,7 +36,7 @@ procfs = { version = "0.15.1", default-features = false, features = ["flate2"] }
3636
clap = { version = "4.4", features = ["derive"] }
3737
env_logger = "0.10.0"
3838
pretty_assertions = "1.4.0"
39-
insta = { version = "1.32.0", features = ["glob"] }
39+
insta = { version = "1.34.0", features = ["glob"] }
4040
coverage = { path = "../coverage" }
4141
cc = "1.0"
4242
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.32.0", features = ["glob", "json"] }
19+
insta = { version = "1.34.0", features = ["glob", "json"] }
2020
pretty_assertions = "1.4"

0 commit comments

Comments
 (0)