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

Commit 24ba333

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

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.32.0", features = ["glob"] }
38+
insta = { version = "1.33.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.32.0", features = ["glob", "json"] }
19+
insta = { version = "1.33.0", features = ["glob", "json"] }
2020
pretty_assertions = "1.4"

0 commit comments

Comments
 (0)