Skip to content

Commit

Permalink
Upgrade backend deps and base images (#632)
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 Jun 25, 2024
1 parent ba8aa58 commit ae34bbd
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 50 deletions.
149 changes: 118 additions & 31 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@ edition = "2021"
rust-version = "1.65"

[workspace.dependencies]
anyhow = "1.0.83"
anyhow = "1.0.86"
async-trait = "0.1.80"
axum = { version = "0.7.5", features = ["macros"] }
bincode = "1.3.3"
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.7", features = ["derive"] }
config = "0.13.4"
deadpool = "0.12.1"
deadpool-postgres = { version = "0.13.2", features = ["serde"] }
deadpool-postgres = { version = "0.14.0", features = ["serde"] }
futures = "0.3.30"
graphql_client = { version = "0.14.0", features = ["reqwest"] }
hex = "0.4.3"
http = "1.1.0"
hyper = "1.3.1"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
mime = "0.3.17"
mockall = "0.12.1"
mockito = "1.4.0"
openssl = { version = "0.10.64", features = ["vendored"] }
postgres-openssl = "0.5.0"
postgres-types = { version = "0.2.6", features = ["derive"] }
regex = "1.10.4"
reqwest = { version = "0.12.4", features = ["json"] }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
regex = "1.10.5"
reqwest = { version = "0.12.5", features = ["json"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.118"
serde_qs = "0.13.0"
serde_yaml = "0.9.34"
sha2 = "0.10.8"
Expand All @@ -46,7 +46,7 @@ time = { version = "0.3.36", features = [
"parsing",
"serde",
] }
tokio = { version = "1.37.0", features = [
tokio = { version = "1.38.0", features = [
"macros",
"process",
"rt-multi-thread",
Expand All @@ -62,4 +62,4 @@ tower = "0.4.13"
tower-http = { version = "0.5.2", features = ["fs", "set-header", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
uuid = { version = "1.8.0", features = ["serde"] }
uuid = { version = "1.9.1", features = ["serde"] }
Loading

0 comments on commit ae34bbd

Please sign in to comment.