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

Commit 954ccce

Browse files
Bump insta from 1.29.0 to 1.30.0 in /src/agent (#3221)
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.29.0 to 1.30.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.29.0...1.30.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6d546d commit 954ccce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/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.29.0", features = ["glob", "json"] }
19+
insta = { version = "1.30.0", features = ["glob", "json"] }
2020
pretty_assertions = "1.3"

0 commit comments

Comments
 (0)