summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-09-17 22:12:41 +0200
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2022-09-17 22:12:41 +0200
commitf8ee3979c2cf828766aed8ca57d076ace5529790 (patch)
tree1a652c36ef6ff5376708de7b67eb93f03f23f810
parentfd1f931d5d01c24c743e452912c97d164b083fa1 (diff)
chore(deps): bump dependencies
-rw-r--r--Cargo.lock20
-rw-r--r--systeroid-core/Cargo.toml2
-rw-r--r--systeroid-tui/Cargo.toml4
3 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9fc6fb7..faba08a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -802,18 +802,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.34"
+version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252"
+checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.34"
+version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487"
+checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783"
dependencies = [
"proc-macro2",
"quote",
@@ -844,21 +844,21 @@ dependencies = [
[[package]]
name = "unicode-ident"
-version = "1.0.3"
+version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
+checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
[[package]]
name = "unicode-segmentation"
-version = "1.9.0"
+version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
+checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
[[package]]
name = "unicode-width"
-version = "0.1.9"
+version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
+checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "version_check"
diff --git a/systeroid-core/Cargo.toml b/systeroid-core/Cargo.toml
index fae9d28..b4539b0 100644
--- a/systeroid-core/Cargo.toml
+++ b/systeroid-core/Cargo.toml
@@ -13,7 +13,7 @@ rust-version = "1.56.1"
[dependencies]
sysctl = "0.5.2"
-thiserror = "1.0.34"
+thiserror = "1.0.35"
lazy_static = "1.4.0"
rayon = "1.5.3"
colored = "2.0.0"
diff --git a/systeroid-tui/Cargo.toml b/systeroid-tui/Cargo.toml
index ebd31ca..b5a0835 100644
--- a/systeroid-tui/Cargo.toml
+++ b/systeroid-tui/Cargo.toml
@@ -19,8 +19,8 @@ clipboard = ["copypasta-ext"]
[dependencies]
termion = "1.5.6"
-unicode-width = "0.1.9"
-thiserror = "1.0.34"
+unicode-width = "0.1.10"
+thiserror = "1.0.35"
getopts = "0.2.21"
copypasta-ext = { version = "0.3.7", optional = true }
colorsys = "0.6.6"