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](https://github.com/mitsuhiko/insta/compare/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>
This commit is contained in:
dependabot[bot]
2023-10-26 21:31:45 +00:00
committed by GitHub
parent 909b1309d8
commit 7923c28c87
3 changed files with 4 additions and 4 deletions

4
src/agent/Cargo.lock generated
View File

@ -1620,9 +1620,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.32.0"
version = "1.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e02c584f4595792d09509a94cdb92a3cef7592b1eb2d9877ee6f527062d0ea"
checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc"
dependencies = [
"console",
"globset",

View File

@ -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"

View File

@ -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"