Skip to content

Commit

Permalink
Bump regress from 0.9.1 to 0.10.0 (#604)
Browse files Browse the repository at this point in the history
Bumps [regress](https://github.com/ridiculousfish/regress) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/ridiculousfish/regress/releases)
- [Commits](ridiculousfish/regress@v0.9.1...v0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2024
1 parent d21d0a2 commit f8e7bc2
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 typify-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ heck = "0.5.0"
log = "0.4.21"
proc-macro2 = "1.0.85"
quote = "1.0.36"
regress = "0.9.1"
regress = "0.10.0"
schemars = "0.8.20"
semver = "1.0.23"
serde = "1.0.203"
Expand Down
2 changes: 1 addition & 1 deletion typify-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2021"

[dependencies]
regress = "0.9.1"
regress = "0.10.0"
serde = "1.0.203"
serde_json = "1.0.117"

Expand Down
2 changes: 1 addition & 1 deletion typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env_logger = "0.10.2"
expectorate = "1.1.0"
glob = "0.3.1"
quote = "1.0.36"
regress = "0.9.1"
regress = "0.10.0"
rustfmt-wrapper = "0.2.1"
schemars = "0.8.20"
serde = "1.0.203"
Expand Down

0 comments on commit f8e7bc2

Please sign in to comment.