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

Commit db6e3ff

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump insta from 1.33.0 to 1.34.0
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] <[email protected]>
1 parent 9f5be65 commit db6e3ff

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/handlers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ mas-templates = { path = "../templates" }
8181
oauth2-types = { path = "../oauth2-types" }
8282

8383
[dev-dependencies]
84-
insta = "1.33.0"
84+
insta = "1.34.0"
8585
tracing-subscriber.workspace = true
8686
cookie_store = "0.20.0"
8787

crates/jose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ url.workspace = true
3434
mas-iana = { path = "../iana" }
3535

3636
[dev-dependencies]
37-
insta = { version = "1.33.0" }
37+
insta = { version = "1.34.0" }
3838
rand_chacha = "0.3.1"

crates/keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ mas-iana = { path = "../iana" }
3232
mas-jose = { path = "../jose" }
3333

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

0 commit comments

Comments
 (0)