Bump expand from 0.2.0 to 0.2.1

Bumps [expand](https://github.com/figsoda/expand) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/figsoda/expand/releases)
- [Changelog](https://github.com/figsoda/expand/blob/main/CHANGELOG.md)
- [Commits](https://github.com/figsoda/expand/compare/v0.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: expand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-24 08:05:34 +00:00 committed by GitHub
parent bcdcd974cc
commit 45d123c916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

9
Cargo.lock generated
View file

@ -269,11 +269,10 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]] [[package]]
name = "expand" name = "expand"
version = "0.2.0" version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cd6d31b20fba7232909816f339b2811368618a89c7940f2e1f58a470d6919fc" checksum = "89bf5bdd036f9b6483fb3e9278eeec00c0e08a2fe03d37fc4283832ba0253ebd"
dependencies = [ dependencies = [
"proc-macro2",
"quote", "quote",
"syn", "syn",
] ]
@ -641,9 +640,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]] [[package]]
name = "syn" name = "syn"
version = "1.0.101" version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2" checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

@ -19,7 +19,7 @@ clap = { version = "4.0.18", features = ["cargo", "derive", "unicode"] }
crossbeam-queue = "0.3.6" crossbeam-queue = "0.3.6"
crossterm = "0.25.0" crossterm = "0.25.0"
dirs = "4.0.0" dirs = "4.0.0"
expand = "0.2.0" expand = "0.2.1"
futures-lite = "1.12.0" futures-lite = "1.12.0"
ron = "0.8.0" ron = "0.8.0"
serde = { version = "1.0.145", features = ["derive"] } serde = { version = "1.0.145", features = ["derive"] }