Update dependencies

i18n
trivernis 2 years ago
parent 6840689d77
commit 4e37078758
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

461
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -33,45 +33,45 @@ alpm-utils = "2.0.0"
pacmanconf = "2.0.0"
chrono = { version = "0.4.22", default-features = false, features = [ "clock", "std", "wasmbind" ] }
trigram = "0.4.4"
clap = { version = "4.0.7", features = [ "derive", "wrap_help" ] }
regex = { version = "1.6.0", default-features = false, features = [ "std", "unicode-perl" ] }
clap = { version = "4.0.19", features = [ "derive", "wrap_help" ] }
regex = { version = "1.7.0", default-features = false, features = [ "std", "unicode-perl" ] }
colored = "2.0.0"
serde = { version = "1.0.144", default-features = false, features = [ "derive", "serde_derive" ] }
native-tls = { version = "0.2.10", default-features = false }
libc = { version = "0.2.132", default-features = false }
serde = { version = "1.0.147", default-features = false, features = [ "derive", "serde_derive" ] }
native-tls = { version = "0.2.11", default-features = false }
libc = { version = "0.2.137", default-features = false }
async-recursion = "1.0.0"
aur-rpc = "0.2.1"
futures = "0.3.24"
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
textwrap = "0.15.0"
aur-rpc = "0.2.2"
futures = "0.3.25"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
textwrap = "0.16.0"
crossterm = "0.25.0"
toml = "0.5.9"
clap_complete = "4.0.0-rc.1"
clap_complete_fig = "4.0.0-rc.1"
clap_complete = "4.0.3"
clap_complete_fig = "4.0.1"
color-eyre = { version = "0.6.2", features = ["issue-url", "url"] }
indicatif = { version = "0.17.0", features = ["tokio"] }
indicatif = { version = "0.17.1", features = ["tokio"] }
lazy_static = "1.4.0"
parking_lot = { version = "0.12.1", features = ["deadlock_detection"] }
dialoguer = { version = "0.10.2", features = ["fuzzy-select"] }
lazy-regex = "2.3.0"
lazy-regex = "2.3.1"
directories = "4.0.1"
console = "0.15.1"
console = "0.15.2"
tracing-error = "0.2.0"
fuzzy-matcher = "0.3.7"
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6.4"
rust-embed = "6.4.1"
unic-langid = "0.9.0"
rust-embed = "6.4.2"
unic-langid = "0.9.1"
[dependencies.config]
version = "0.13.2"
features = ["toml"]
[dependencies.tokio]
version = "1.21.0"
version = "1.21.2"
features = ["rt", "rt-multi-thread", "io-std", "io-util", "process", "time", "macros", "tracing", "fs"]
[build-dependencies]
cargo_toml = "0.12.3"
serde = { version = "1.0.144", features = ["derive"] }
cargo_toml = "0.13.0"
serde = { version = "1.0.147", features = ["derive"] }

Loading…
Cancel
Save