Skip to content

Commit

Permalink
Update Rust crate insta to 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Mar 3, 2024
1 parent d473af9 commit 2928b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/abacus/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/abacus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ uuid = { version = "1.7.0", default-features = false, features = ["std", "v4"] }
warp = { version = "0.3.3", default-features = false, features = ["multipart", "compression"] }

[dev-dependencies]
insta = { version = "1.35.1", default-features = false, features = ["colors", "ron", "redactions", "json"] }
insta = { version = "1.36.0", default-features = false, features = ["colors", "ron", "redactions", "json"] }
proptest = "1.4.0"
tokio = { version = "1.36.0", default-features = false, features = ["full"] }
valico = "4.0.0"

0 comments on commit 2928b04

Please sign in to comment.