summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-03 01:41:53 +0000
committerGitHub <noreply@github.com>2024-01-03 01:41:53 +0000
commitcd452e27669b12632cc2877be719ef9439503d24 (patch)
treef7b932f70d09d7bd8205cc96360b9469bb02c3b3
parent48e5ad6cc62fe498a73f8a7ece9580d0b68aeee2 (diff)
chore(deps): bump thiserror from 1.0.49 to 1.0.56dependabot/cargo/thiserror-1.0.56
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.49 to 1.0.56. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.49...1.0.56) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock30
-rw-r--r--systeroid-core/Cargo.toml2
-rw-r--r--systeroid-tui/Cargo.toml2
3 files changed, 17 insertions, 17 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bf8afaa..81f702f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -801,18 +801,18 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
[[package]]
name = "proc-macro2"
-version = "1.0.63"
+version = "1.0.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
+checksum = "2de98502f212cfcea8d0bb305bd0f49d7ebdd75b64ba0a68f937d888f4e0d6db"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
-version = "1.0.29"
+version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
+checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
"proc-macro2",
]
@@ -983,7 +983,7 @@ checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.28",
+ "syn 2.0.46",
]
[[package]]
@@ -1050,7 +1050,7 @@ dependencies = [
"proc-macro2",
"quote",
"rustversion",
- "syn 2.0.28",
+ "syn 2.0.46",
]
[[package]]
@@ -1076,9 +1076,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.28"
+version = "2.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
+checksum = "89456b690ff72fddcecf231caedbe615c59480c93358a93dfae7fc29e3ebbf0e"
dependencies = [
"proc-macro2",
"quote",
@@ -1165,22 +1165,22 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.49"
+version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
+checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.49"
+version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
+checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.28",
+ "syn 2.0.46",
]
[[package]]
@@ -1271,7 +1271,7 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.28",
+ "syn 2.0.46",
"wasm-bindgen-shared",
]
@@ -1293,7 +1293,7 @@ checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.28",
+ "syn 2.0.46",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
diff --git a/systeroid-core/Cargo.toml b/systeroid-core/Cargo.toml
index fcdb615..b93bfdd 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.49"
+thiserror = "1.0.56"
lazy_static = "1.4.0"
rayon = "1.8.0"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
diff --git a/systeroid-tui/Cargo.toml b/systeroid-tui/Cargo.toml
index 4db6267..d291982 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.11"
-thiserror = "1.0.49"
+thiserror = "1.0.56"
getopts = "0.2.21"
copypasta-ext = { version = "0.4.4", optional = true }
log.workspace = true