summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 13:29:12 +0000
committerJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 13:29:12 +0000
commitc600a24fc4069a215e60e12cb686d6473592af4b (patch)
tree72c54e23eee9925ba4a96040d68508c5b46ee628 /Cargo.lock
parent93a6a2cc842c7ba39fa0b50d78d6e11250ee2a4c (diff)
parent71144887fb30323b77872432c6a2488dd82b9cd4 (diff)
Merge pull request 'Update Rust crate comfy-table to 6.2.0' (#16) from renovate/comfy-table-6.x into main
Reviewed-on: https://codeberg.org/worthe-it/shackle-shell/pulls/16
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 192b15b..a5a99e7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -178,9 +178,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "comfy-table"
-version = "6.1.4"
+version = "6.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6e7b787b0dc42e8111badfdbe4c3059158ccb2db8780352fa1b01e8ccf45cc4d"
+checksum = "7e959d788268e3bf9d35ace83e81b124190378e4c91c9067524675e33394b8ba"
dependencies = [
"crossterm",
"strum",
@@ -196,9 +196,9 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
[[package]]
name = "crossterm"
-version = "0.25.0"
+version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
+checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
dependencies = [
"bitflags",
"crossterm_winapi",