Update dependencies to latest versions

- unicode-width: 0.1.14 → 0.2.2
- libloading: 0.8.9 → 0.9.0
- ureq: 2.12.1 → 3.2.0 (plugin)

Updated ureq API usage: response.into_string() →
response.into_body().read_to_string()
This commit is contained in:
2026-02-19 09:45:20 +03:00
parent 0bea3004b4
commit 2ff92f6a52
4 changed files with 53 additions and 286 deletions

View File

@@ -9,9 +9,9 @@ authors = ["Se.Cherkasov@yahoo.com"]
[dependencies]
chrono = { version = "0.4.43", features = ["unstable-locales"] }
clap = { version = "4", features = ["derive"] }
unicode-width = "0.1"
unicode-width = "0.2"
terminal_size = "0.4"
libloading = { version = "0.8", optional = true }
libloading = { version = "0.9", optional = true }
shellexpand = { version = "3.1", optional = true }
libc = { version = "0.2", optional = true }