Merge branch 'master' into conditional-style

This commit is contained in:
Filip Bachul 2022-10-11 10:49:47 +02:00
commit 59d909a932
3 changed files with 12 additions and 12 deletions

View File

@ -39,9 +39,9 @@
"target/"
],
"plugins": [
"https://github.com/dprint/dprint-plugin-typescript/releases/download/0.71.2/plugin.wasm",
"https://github.com/dprint/dprint-plugin-json/releases/download/0.15.5/plugin.wasm",
"https://github.com/dprint/dprint-plugin-markdown/releases/download/0.14.0/plugin.wasm",
"https://github.com/dprint/dprint-plugin-typescript/releases/download/0.74.0/plugin.wasm",
"https://github.com/dprint/dprint-plugin-json/releases/download/0.15.6/plugin.wasm",
"https://github.com/dprint/dprint-plugin-markdown/releases/download/0.14.1/plugin.wasm",
"https://github.com/dprint/dprint-plugin-toml/releases/download/0.5.4/plugin.wasm"
]
}

12
Cargo.lock generated
View File

@ -323,9 +323,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.10"
version = "4.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b1a0a4208c6c483b952ad35c6eed505fc13b46f08f631b81e828084a9318d74"
checksum = "385007cbbed899260395a4107435fead4cad80684461b3cc78238bdcb0bad58f"
dependencies = [
"atty",
"bitflags",
@ -883,9 +883,9 @@ dependencies = [
[[package]]
name = "gethostname"
version = "0.2.3"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177"
dependencies = [
"libc",
"winapi",
@ -2583,9 +2583,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.85"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
dependencies = [
"itoa",
"ryu",

View File

@ -36,11 +36,11 @@ notify = ["notify-rust"]
[dependencies]
chrono = { version = "0.4.22", features = ["clock", "std"] }
clap = { version = "4.0.10", features = ["derive", "cargo", "unicode"] }
clap = { version = "4.0.12", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.0.2"
dirs-next = "2.0.0"
dunce = "1.0.3"
gethostname = "0.2.3"
gethostname = "0.3.0"
# Addresses https://github.com/starship/starship/issues/4251
git-features = { version = "0.22.6", features = ["fs-walkdir-single-threaded"] }
git-repository = "0.24.0"
@ -64,7 +64,7 @@ regex = "1.6.0"
rust-ini = "0.18.0"
semver = "1.0.14"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"
serde_json = "1.0.86"
sha-1 = "0.10.0"
shadow-rs = { version = "0.16.3", default-features = false }
# battery is optional (on by default) because the crate doesn't currently build for Termux