Skip to content

Commit

Permalink
Bump quote from 1.0.37 to 1.0.38 (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 612f414 commit ea32b6f
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 @@ -11,7 +11,7 @@ readme = "../README.md"
heck = "0.5.0"
log = "0.4.22"
proc-macro2 = "1.0.89"
quote = "1.0.37"
quote = "1.0.38"
regress = "0.10.1"
schemars = "0.8.21"
semver = "1.0.24"
Expand Down
2 changes: 1 addition & 1 deletion typify-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0.89"
quote = "1.0.37"
quote = "1.0.38"
schemars = "0.8.21"
semver = { version = "1.0.24", features = ["serde"] }
serde = "1.0.217"
Expand Down
2 changes: 1 addition & 1 deletion typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ chrono = { version = "0.4.39", features = ["serde"] }
env_logger = "0.11.6"
expectorate = "1.1.0"
glob = "0.3.2"
quote = "1.0.37"
quote = "1.0.38"
regress = "0.10.1"
rustfmt-wrapper = "0.2.1"
schemars = "0.8.21"
Expand Down

0 comments on commit ea32b6f

Please sign in to comment.