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

Commit

Permalink
Bump insta from 1.32.0 to 1.34.0 in /src/agent
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 46bbe5b commit 6c8f04b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/agent/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ procfs = { version = "0.15.1", default-features = false, features = ["flate2"] }
clap = { version = "4.4", features = ["derive"] }
env_logger = "0.10.0"
pretty_assertions = "1.4.0"
insta = { version = "1.32.0", features = ["glob"] }
insta = { version = "1.34.0", features = ["glob"] }
coverage = { path = "../coverage" }
cc = "1.0"
tempfile = "3.8.0"
Expand Down
2 changes: 1 addition & 1 deletion src/agent/stacktrace-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ serde_json = "1.0"
libclusterfuzz = { path = "../libclusterfuzz" }

[dev-dependencies]
insta = { version = "1.32.0", features = ["glob", "json"] }
insta = { version = "1.34.0", features = ["glob", "json"] }
pretty_assertions = "1.4"

0 comments on commit 6c8f04b

Please sign in to comment.