Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent f0f5833 commit 02de5ba
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.22"
proc-macro2 = "1.0.86"
quote = "1.0.37"
regress = "0.10.0"
regress = "0.10.1"
schemars = "0.8.21"
semver = "1.0.23"
serde = "1.0.209"
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.10.0"
regress = "0.10.1"
serde = "1.0.209"
serde_json = "1.0.127"

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.37"
regress = "0.10.0"
regress = "0.10.1"
rustfmt-wrapper = "0.2.1"
schemars = "0.8.21"
serde = "1.0.209"
Expand Down

0 comments on commit 02de5ba

Please sign in to comment.