Skip to content

Commit

Permalink
Upgrade dependencies (#540)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Sep 30, 2024
1 parent 9ac717a commit b6dc208
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
86 changes: 43 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
anyhow = "1.0.88"
anyhow = "1.0.89"
askama = "0.12.1"
askama_axum = "0.4.0"
async-channel = "2.3.1"
async-trait = "0.1.82"
axum = { version = "0.7.5", features = ["macros"] }
clap = { version = "4.5.17", features = ["derive"] }
async-trait = "0.1.83"
axum = { version = "0.7.7", features = ["macros"] }
clap = { version = "4.5.18", features = ["derive"] }
config = "0.13.4"
deadpool-postgres = { version = "0.14.0", features = ["serde"] }
futures = "0.3.30"
Expand All @@ -28,27 +28,27 @@ lazy_static = "1.5.0"
octocrab = "=0.33.3"
openssl = { version = "0.10.66", features = ["vendored"] }
postgres-openssl = "0.5.0"
regex = "1.10.6"
regex = "1.11.0"
reqwest = "0.12.7"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_yaml = "0.9.34"
sha2 = "0.10.8"
thiserror = "1.0.63"
thiserror = "1.0.64"
time = { version = "0.3.36", features = ["serde"] }
tokio = { version = "1.40.0", features = [
"macros",
"rt-multi-thread",
"signal",
"time",
] }
tokio-postgres = { version = "0.7.11", features = [
tokio-postgres = { version = "0.7.12", features = [
"with-uuid-1",
"with-serde_json-1",
"with-time-0_3",
] }
tower = { version = "0.5.1", features = ["util"] }
tower-http = { version = "0.5.2", features = ["trace"] }
tower-http = { version = "0.6.1", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
uuid = { version = "1.10.0", features = ["serde", "v4"] }
Expand Down

0 comments on commit b6dc208

Please sign in to comment.