1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-10 20:01:45 +00:00

Merge pull request #3820 from sharkdp/dependabot/cargo/quote-1.0.46

build(deps): bump quote from 1.0.45 to 1.0.47
This commit is contained in:
auto-merge-dependabot-prs[bot]
2026-07-29 19:40:36 +00:00
committed by GitHub
Generated
+2 -2
View File
@@ -2139,9 +2139,9 @@ dependencies = [
[[package]] [[package]]
name = "quote" name = "quote"
version = "1.0.45" version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
] ]