Skip to content

Commit

Permalink
Bump regress from 0.10.1 to 0.10.3 (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent e11b156 commit 222a383
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 46 deletions.
61 changes: 18 additions & 43 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.25"
proc-macro2 = "1.0.93"
quote = "1.0.38"
regress = "0.10.1"
regress = "0.10.3"
schemars = "0.8.21"
semver = "1.0.25"
serde = "1.0.217"
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.1"
regress = "0.10.3"
serde = "1.0.217"
serde_json = "1.0.137"

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.11.6"
expectorate = "1.1.0"
glob = "0.3.2"
quote = "1.0.38"
regress = "0.10.1"
regress = "0.10.3"
rustfmt-wrapper = "0.2.1"
schemars = "0.8.21"
serde = "1.0.217"
Expand Down

0 comments on commit 222a383

Please sign in to comment.