Skip to content

Commit

Permalink
Upgrade backend dependencies (#1180)
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 b925ff6 commit 112503d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
28 changes: 11 additions & 17 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 @@ -24,7 +24,7 @@ async-trait = "0.1.71"
axum = { version = "0.6.19", features = ["macros"] }
bincode = "1.3.3"
cached = "0.44.0"
clap = { version = "4.3.15", features = ["derive"] }
clap = { version = "4.3.17", features = ["derive"] }
clomonitor-core = { path = "../clomonitor-core" }
comfy-table = "6.2.0"
config = "0.13.3"
Expand All @@ -51,7 +51,7 @@ predicates = "3.0.3"
regex = "1.9.1"
reqwest = "0.11.18"
resvg = "0.27.0"
serde = { version = "1.0.171", features = ["derive"] }
serde = { version = "1.0.173", features = ["derive"] }
serde_json = "1.0.103"
serde_yaml = "0.9.24"
serde_qs = "0.12.0"
Expand All @@ -78,7 +78,7 @@ tokio-postgres = { version = "0.7.8", features = [
"with-uuid-1",
] }
tower = "0.4.13"
tower-http = { version = "0.4.1", features = [
tower-http = { version = "0.4.2", features = [
"auth",
"fs",
"set-header",
Expand Down

0 comments on commit 112503d

Please sign in to comment.