From 0e3a4fe18764a736a94d5b774d8ca0d0b00865cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 09:59:20 +0000 Subject: [PATCH] build(deps): bump msru from 0.1.0 to 0.2.0 Bumps [msru](https://github.com/virtee/msru) from 0.1.0 to 0.2.0. - [Commits](https://github.com/virtee/msru/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: msru dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc88d9d..f16faa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,9 +356,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "msru" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87f7d126d81e011ba885732d477c72a6f1a306900109aea2d1e0c5c3fb9f4bc1" +checksum = "15a014208ef068fd9eed02eceb063ecba151d9922de4f8b4bb3703ff3d2a3eaa" [[package]] name = "native-tls" diff --git a/Cargo.toml b/Cargo.toml index d506ec2..d0a8734 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" bincode = "1.3.3" bitfield = "0.14.0" -msru = "0.1.0" +msru = "0.2.0" structopt = "0.3" codicon = "3.0" colorful = "0.2.2"