From 70dc2f943fb6e6bfd9c7a2a87b398873b24087b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:12:29 -0800 Subject: [PATCH] build(deps): update sys-mount requirement from 2.1.1 to 3.0.0 (#2) Updates the requirements on [sys-mount](https://github.com/pop-os/sys-mount) to permit the latest version. - [Release notes](https://github.com/pop-os/sys-mount/releases) - [Changelog](https://github.com/pop-os/sys-mount/blob/master/CHANGELOG.md) - [Commits](https://github.com/pop-os/sys-mount/compare/2.1.1...2.1.1) --- updated-dependencies: - dependency-name: sys-mount dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e4079a..abc99a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ version = "1.6.1" features = ["v4"] [workspace.dependencies.sys-mount] -version = "2.1.1" +version = "3.0.0" default-features = false [workspace.dependencies.clap]