mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-12 01:58:18 +00:00
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:
4
src/agent/Cargo.lock
generated
4
src/agent/Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user