From 45d123c91640543c682bca414a828ec9c97ac3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 08:05:34 +0000 Subject: [PATCH] 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] --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a894b07..10009e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,11 +269,10 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "expand" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cd6d31b20fba7232909816f339b2811368618a89c7940f2e1f58a470d6919fc" +checksum = "89bf5bdd036f9b6483fb3e9278eeec00c0e08a2fe03d37fc4283832ba0253ebd" dependencies = [ - "proc-macro2", "quote", "syn", ] @@ -641,9 +640,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "syn" -version = "1.0.101" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e90cde112c4b9690b8cbe810cba9ddd8bc1d7472e2cae317b69e9438c1cba7d2" +checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 645bbd8..b5b59d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ clap = { version = "4.0.18", features = ["cargo", "derive", "unicode"] } crossbeam-queue = "0.3.6" crossterm = "0.25.0" dirs = "4.0.0" -expand = "0.2.0" +expand = "0.2.1" futures-lite = "1.12.0" ron = "0.8.0" serde = { version = "1.0.145", features = ["derive"] }