1
0
mirror of https://github.com/fluencelabs/rust-libp2p synced 2025-06-16 11:31:22 +00:00

deps: bump quote from 1.0.25 to 1.0.26

Pull-Request: .
This commit is contained in:
dependabot[bot]
2023-03-20 14:47:10 +00:00
committed by GitHub
parent 15ef8c0325
commit e9b45db786

4
Cargo.lock generated

@ -3844,9 +3844,9 @@ dependencies = [
[[package]] [[package]]
name = "quote" name = "quote"
version = "1.0.25" version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5308e8208729c3e1504a6cfad0d5daacc4614c9a2e65d1ea312a34b5cb00fe84" checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
] ]