Update dependencies to help in Fedora packaging (#5835)

Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
This commit is contained in:
Rodolfo Olivieri
2025-12-17 15:01:06 -03:00
committed by GitHub
parent 9569c1fb0a
commit 4e117723b7
6 changed files with 357 additions and 185 deletions
+6 -6
View File
@@ -51,7 +51,7 @@ uuid = { version = "1.0", features = ["v4"] }
regex = "1.11.1"
async-trait = "0.1.89"
async-stream = "0.3"
minijinja = { version = "2.10.2", features = ["loader"] }
minijinja = { version = "2.12.0", features = ["loader"] }
include_dir = "0.7.4"
tiktoken-rs = "0.6.0"
chrono = { version = "0.4.38", features = ["serde"] }
@@ -61,7 +61,7 @@ sha2 = "0.10"
base64 = "0.21"
url = "2.5"
axum = "0.8.1"
webbrowser = "0.8"
webbrowser = {workspace = true}
lazy_static = "1.5.0"
tracing = "0.1"
tracing-subscriber = "0.3"
@@ -74,12 +74,12 @@ tonic = "0.12"
keyring = { version = "3.6.2", features = ["apple-native", "windows-native", "sync-secret-service", "vendored"] }
serde_yaml = "0.9.34"
once_cell = "1.20.2"
etcetera = "0.8.0"
etcetera = { workspace = true }
rand = "0.8.5"
utoipa = { version = "4.1", features = ["chrono"] }
tokio-cron-scheduler = "0.14.0"
urlencoding = "2.1"
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "sqlite", "chrono", "json"] }
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite", "chrono", "json"] }
# For Bedrock provider
aws-config = { version = "=1.8.12", features = ["behavior-version-latest"] }
@@ -110,8 +110,8 @@ paste = "1.0.0"
posthog-rs = "0.3.7"
shellexpand = "3.1.1"
indexmap = "2.12.0"
ignore = "0.4.25"
which = "8.0.0"
ignore = { workspace = true }
which = { workspace = true}
boa_engine = "0.21.0"
boa_gc = "0.21"