mirror of
https://github.com/pnpm/pnpm.git
synced 2026-06-30 19:05:23 -04:00
chore(cargo): bump insta from 1.31.0 to 1.32.0 (#129)
This commit is contained in:
4
pacquet/Cargo.lock
generated
4
pacquet/Cargo.lock
generated
@@ -827,9 +827,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a"
|
||||
checksum = "a3e02c584f4595792d09509a94cdb92a3cef7592b1eb2d9877ee6f527062d0ea"
|
||||
dependencies = [
|
||||
"console",
|
||||
"globset",
|
||||
|
||||
@@ -28,7 +28,7 @@ async-recursion = { version = "1.0.5" }
|
||||
clap = { version = "4", features = ["derive", "string"] }
|
||||
dashmap = { version = "5.5.3" }
|
||||
home = { version = "0.5.5" }
|
||||
insta = { version = "1.31.0", features = ["yaml", "glob", "walkdir"] }
|
||||
insta = { version = "1.32.0", features = ["yaml", "glob", "walkdir"] }
|
||||
itertools = { version = "0.11.0" }
|
||||
futures-util = { version = "0.3.28" }
|
||||
miette = { version = "5.9.0", features = ["fancy"] }
|
||||
|
||||
Reference in New Issue
Block a user