diff options
| author | Andreas Grois <andi@grois.info> | 2021-11-29 22:58:17 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-11-29 22:58:17 +0100 |
| commit | 59b3376d9c8ea63024c4d08d0548a5d354d1dca7 (patch) | |
| tree | 897fdb1ef8641365c210a2765ab7843913531466 | |
| parent | 74d3f3420e439d0697de1563b1860f062731729e (diff) | |
Update some dependencies
| -rw-r--r-- | Cargo.lock | 17 | ||||
| -rw-r--r-- | swaystatus-plugin/Cargo.toml | 2 | ||||
| -rw-r--r-- | swaystatus/Cargo.toml | 2 |
3 files changed, 6 insertions, 15 deletions
@@ -437,27 +437,18 @@ dependencies = [ [[package]] name = "rustc_version" -version = "0.2.3" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" +checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ "semver", ] [[package]] name = "semver" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" -dependencies = [ - "semver-parser", -] - -[[package]] -name = "semver-parser" -version = "0.7.0" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" +checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" [[package]] name = "serde" diff --git a/swaystatus-plugin/Cargo.toml b/swaystatus-plugin/Cargo.toml index 8b2f7d9..614f09a 100644 --- a/swaystatus-plugin/Cargo.toml +++ b/swaystatus-plugin/Cargo.toml @@ -10,4 +10,4 @@ edition = "2021" erased-serde = "0.3" [build-dependencies] -rustc_version = "0.2.3" +rustc_version = "0.4" diff --git a/swaystatus/Cargo.toml b/swaystatus/Cargo.toml index 32c7bcb..339f691 100644 --- a/swaystatus/Cargo.toml +++ b/swaystatus/Cargo.toml @@ -21,7 +21,7 @@ dirs = "3.0" swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'} [build-dependencies] -rustc_version = "0.2.3" +rustc_version = "0.4" #[dev-dependencies] #mockall = "0.9.1" |
