Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
build(deps): bump insta from 1.33.0 to 1.34.0
Browse files Browse the repository at this point in the history
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.33.0 to 1.34.0.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.33.0...1.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 492609d commit 8cfefa8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 crates/handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ mas-templates = { path = "../templates" }
oauth2-types = { path = "../oauth2-types" }

[dev-dependencies]
insta = "1.33.0"
insta = "1.34.0"
tracing-subscriber.workspace = true
cookie_store = "0.20.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/jose/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ url.workspace = true
mas-iana = { path = "../iana" }

[dev-dependencies]
insta = { version = "1.33.0" }
insta = { version = "1.34.0" }
rand_chacha = "0.3.1"
2 changes: 1 addition & 1 deletion crates/keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ mas-iana = { path = "../iana" }
mas-jose = { path = "../jose" }

[dev-dependencies]
insta = { version = "1.33.0", features = ["yaml"] }
insta = { version = "1.34.0", features = ["yaml"] }
rand_chacha = "0.3.1"

0 comments on commit 8cfefa8

Please sign in to comment.