Bump insta from 1.43.2 to 1.44.3 #30

Merged
dependabot[bot] merged 1 commit from dependabot/cargo/insta-1.44.3 into main 2025-12-05 22:12:44 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 98a984b590 - Show all commits

Bump insta from 1.43.2 to 1.44.3

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.43.2 to 1.44.3.
- [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.43.2...1.44.3)

---
updated-dependencies:
- dependency-name: insta
  dependency-version: 1.44.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2025-11-28 19:19:37 +00:00 committed by GitHub
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -94,9 +94,9 @@ dependencies = [
[[package]] [[package]]
name = "insta" name = "insta"
version = "1.43.2" version = "1.44.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" checksum = "b5c943d4415edd8153251b6f197de5eb1640e56d84e8d9159bea190421c73698"
dependencies = [ dependencies = [
"console", "console",
"once_cell", "once_cell",

View file

@ -41,7 +41,7 @@ console_error_panic_hook = [ "dep:console_error_panic_hook" ]
all = [ "wasm", "serde" ] all = [ "wasm", "serde" ]
[dev-dependencies] [dev-dependencies]
insta = "1.43.2" insta = "1.44.3"
pretty_assertions = "1.4.1" pretty_assertions = "1.4.1"
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
serde_yaml = "0.9.34" serde_yaml = "0.9.34"