mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-28 00:56:57 +00:00
cargo: bump the cargo-dependencies group with 1 update
Bumps the cargo-dependencies group with 1 update: [insta](https://github.com/mitsuhiko/insta). Updates `insta` from 1.37.0 to 1.38.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.37.0...1.38.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
916dc30828
commit
8dd03dbaa4
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1589,9 +1589,9 @@ checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
|||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.37.0"
|
||||
version = "1.38.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1718b3f2b85bb5054baf8ce406e36401f27c3169205f4175504c4b1d98252d3f"
|
||||
checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc"
|
||||
dependencies = [
|
||||
"console",
|
||||
"lazy_static",
|
||||
|
|
|
@ -57,7 +57,7 @@ hex = "0.4.3"
|
|||
ignore = "0.4.20"
|
||||
indexmap = "2.2.5"
|
||||
indoc = "2.0.4"
|
||||
insta = { version = "1.37.0", features = ["filters"] }
|
||||
insta = { version = "1.38.0", features = ["filters"] }
|
||||
itertools = "0.12.1"
|
||||
libc = { version = "0.2.153" }
|
||||
maplit = "1.0.2"
|
||||
|
|
Loading…
Reference in a new issue