From d5bb85e7e9644553db8a904ddde0392a9becef49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 01:17:29 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.43 to 1.0.44 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.43 to 1.0.44. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.43...1.0.44) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- systeroid-core/Cargo.toml | 2 +- systeroid-tui/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec5261a..683fb40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1137,18 +1137,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.43" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" +checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.43" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" +checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" dependencies = [ "proc-macro2", "quote", diff --git a/systeroid-core/Cargo.toml b/systeroid-core/Cargo.toml index 285755d..d377bca 100644 --- a/systeroid-core/Cargo.toml +++ b/systeroid-core/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.64.0" parseit.workspace = true log.workspace = true sysctl = "0.5.4" -thiserror = "1.0.43" +thiserror = "1.0.44" lazy_static = "1.4.0" rayon = "1.7.0" owo-colors = { version = "3.5.0", features = ["supports-colors"] } diff --git a/systeroid-tui/Cargo.toml b/systeroid-tui/Cargo.toml index 66aa798..0909416 100644 --- a/systeroid-tui/Cargo.toml +++ b/systeroid-tui/Cargo.toml @@ -20,7 +20,7 @@ clipboard = ["copypasta-ext"] [dependencies] termion = "2.0.1" unicode-width = "0.1.10" -thiserror = "1.0.43" +thiserror = "1.0.44" getopts = "0.2.21" copypasta-ext = { version = "0.4.4", optional = true } log.workspace = true