aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2025-10-19 20:16:47 +0200
committerlukeflo2025-10-19 20:16:47 +0200
commitbed73446ab83b69b1eb7d73f0219beb91f12e237 (patch)
tree193b0f8d0aa1e1f3a09b7d09b7dcda71270b898a /Cargo.toml
parent84294cae201b8152efba7e7c1ff661f2f6dade33 (diff)
downloadbibiman-bed73446ab83b69b1eb7d73f0219beb91f12e237.tar.gz
bibiman-bed73446ab83b69b1eb7d73f0219beb91f12e237.zip
update all deps to latest version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml36
1 files changed, 18 insertions, 18 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f2dac99..4d45f92 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,32 +16,32 @@ inherits = "release"
lto = "fat"
[dependencies]
-arboard = { version = "3.4.1", features = ["wayland-data-control"] }
-biblatex = "0.10.0"
-color-eyre = "0.6.3"
-crossterm = { version = "0.28.1", features = ["event-stream"] }
-dirs = "5.0.1"
-editor-command = "0.1.1"
-futures = "0.3.30"
-rand = "0.8"
-itertools = "0.13.0"
-lexopt = "0.3.0"
+arboard = { version = "3.6.1", features = ["wayland-data-control"] }
+biblatex = "0.11.0"
+color-eyre = "0.6.5"
+crossterm = { version = "0.29.0", features = ["event-stream"] }
+dirs = "6.0.0"
+editor-command = "2.0.0"
+futures = "0.3.31"
+rand = "0.9"
+itertools = "0.14.0"
+lexopt = "0.3.1"
nucleo-matcher = "0.3.1"
ratatui = { version = "0.29.0", features = ["unstable-rendered-line-info", "serde"]}
-signal-hook = "0.3.17"
-tokio = { version = "1.39.3", features = ["full"] }
-tokio-util = "0.7.12"
-tui-input = "0.11.0"
+signal-hook = "0.3.18"
+tokio = { version = "1.48.0", features = ["full"] }
+tokio-util = "0.7.16"
walkdir = "2.5.0"
-regex = "1.11.1"
-ureq = "2.12.1"
-serde = { version = "1.0.217", features = ["serde_derive"] }
+regex = "1.12.2"
+ureq = "3.1.2"
+serde = { version = "1.0.228", features = ["serde_derive"] }
figment = { version = "0.10.19", features = [ "toml", "test" ]}
-owo-colors = "4.2.2"
+owo-colors = "4.2.3"
logos = "0.15.1"
phf = { version = "0.13.1", features = ["macros"] }
indoc = "2.0.6"
deunicode = "1.6.2"
+tui-input = { version = "0.14.0", default-features = false, features = ["crossterm"] }
[workspace.metadata.cross.target.aarch64-unknown-linux-gnu]
# Install libssl-dev:arm64, see <https://github.com/cross-rs/cross/blob/main/docs/custom_images.md#adding-dependencies-to-existing-images>