Skip to content

Commit 101f7ec

Browse files
Bump quote from 1.0.38 to 1.0.39
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.38 to 1.0.39. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.38...1.0.39) --- updated-dependencies: - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 80c682c commit 101f7ec

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typify-impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "../README.md"
1111
heck = "0.5.0"
1212
log = "0.4.26"
1313
proc-macro2 = "1.0.94"
14-
quote = "1.0.38"
14+
quote = "1.0.39"
1515
regress = "0.10.3"
1616
schemars = "0.8.22"
1717
semver = "1.0.25"

typify-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ proc-macro = true
1212

1313
[dependencies]
1414
proc-macro2 = "1.0.94"
15-
quote = "1.0.38"
15+
quote = "1.0.39"
1616
schemars = "0.8.22"
1717
semver = { version = "1.0.25", features = ["serde"] }
1818
serde = "1.0.218"

typify/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ chrono = { version = "0.4.39", features = ["serde"] }
2222
env_logger = "0.11.6"
2323
expectorate = "1.1.0"
2424
glob = "0.3.2"
25-
quote = "1.0.38"
25+
quote = "1.0.39"
2626
regress = "0.10.3"
2727
rustfmt-wrapper = "0.2.1"
2828
schemars = "0.8.22"

0 commit comments

Comments
 (0)