Skip to content

Commit

Permalink
Upgrade backend dependencies (#76)
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 Jul 20, 2023
1 parent c9264c7 commit 9d6842d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
36 changes: 15 additions & 21 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async-trait = "0.1.71"
axum = { version = "0.6.19", features = ["macros"] }
base64 = "0.21.2"
cached = "0.44.0"
clap = { version = "4.3.15", features = ["derive"] }
clap = { version = "4.3.17", features = ["derive"] }
clowarden-core = { path = "../clowarden-core" }
config = "0.13.3"
deadpool-postgres = { version = "0.10.5", features = ["serde"] }
Expand All @@ -33,7 +33,7 @@ openssl = { version = "0.10.55", features = ["vendored"] }
pem = "2.0.1"
postgres-openssl = "0.5.0"
regex = "1.9.1"
serde = { version = "1.0.171", features = ["derive"] }
serde = { version = "1.0.173", features = ["derive"] }
serde_json = "1.0.103"
serde_qs = "0.12.0"
serde_yaml = "0.9.24"
Expand All @@ -59,7 +59,7 @@ tokio-postgres = { version = "0.7.8", features = [
"with-time-0_3",
] }
tower = "0.4.13"
tower-http = { version = "0.4.1", features = ["auth", "fs", "set-header", "trace"] }
tower-http = { version = "0.4.2", features = ["auth", "fs", "set-header", "trace"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
uuid = { version = "1.4.1", features = ["serde", "v4"] }

0 comments on commit 9d6842d

Please sign in to comment.