Skip to content

Commit

Permalink
Update Rust crate insta to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 10, 2022
1 parent 9f7988c commit 6ebcb46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
20 changes: 4 additions & 16 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 @@ -47,7 +47,7 @@ uuid = { version = "1.1.2", default-features = false, features = ["std", "v4"] }
warp = { version = "0.3.2", default-features = false, features = ["multipart", "compression"] }

[dev-dependencies]
insta = { version = "1.17.2", default-features = false, features = ["colors", "ron", "redactions"] }
insta = { version = "1.18.1", default-features = false, features = ["colors", "ron", "redactions"] }
proptest = "1.0.0"
tokio = { version = "1.20.1", default-features = false, features = ["full"] }
valico = "3.6.0"

0 comments on commit 6ebcb46

Please sign in to comment.