chore: update dependencies

This commit is contained in:
daimond113 2024-12-08 13:16:21 +01:00
parent 15af291f84
commit c94f0e55ec
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C
3 changed files with 170 additions and 171 deletions

327
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -55,9 +55,9 @@ async-compression = { version = "0.4.18", features = ["tokio", "gzip"] }
pathdiff = "0.2.3"
relative-path = { version = "1.9.3", features = ["serde"] }
log = "0.4.22"
thiserror = "2.0.3"
tokio = { version = "1.41.1", features = ["process"] }
tokio-util = "0.7.12"
thiserror = "2.0.5"
tokio = { version = "1.42.0", features = ["process"] }
tokio-util = "0.7.13"
async-stream = "0.3.6"
futures = "0.3.31"
full_moon = { version = "1.1.2", features = ["luau"] }
@ -74,12 +74,12 @@ git2 = { version = "0.19.0", optional = true }
async_zip = { version = "0.0.17", features = ["tokio", "deflate", "deflate64", "tokio-fs"], optional = true }
serde_json = { version = "1.0.133", optional = true }
anyhow = { version = "1.0.93", optional = true }
anyhow = { version = "1.0.94", optional = true }
open = { version = "5.3.1", optional = true }
keyring = { version = "3.6.1", features = ["crypto-rust", "windows-native", "apple-native", "async-secret-service", "async-io"], optional = true }
colored = { version = "2.1.0", optional = true }
toml_edit = { version = "0.22.22", optional = true }
clap = { version = "4.5.21", features = ["derive"], optional = true }
clap = { version = "4.5.23", features = ["derive"], optional = true }
dirs = { version = "5.0.1", optional = true }
pretty_env_logger = { version = "0.5.0", optional = true }
indicatif = { version = "0.17.9", optional = true }

View file

@ -10,13 +10,13 @@ actix-web = "4.9.0"
actix-cors = "0.7.0"
actix-governor = "0.7.0"
dotenvy = "0.15.7"
thiserror = "2.0.3"
thiserror = "2.0.5"
tantivy = "0.22.0"
semver = "1.0.23"
chrono = { version = "0.4.38", features = ["serde"] }
url = "2.5.4"
futures = "0.3.31"
tokio = "1.41.1"
tokio = "1.42.0"
tempfile = "3.14.0"
fs-err = { version = "3.0.0", features = ["tokio"] }
async-stream = "0.3.6"