Skip to content

Commit

Permalink
Upgrade dependencies (#49)
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 13, 2024
1 parent e0c1e5d commit 8b8f67c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ license = "Apache-2.0"
rust-version = "1.80"

[workspace.dependencies]
anyhow = "1.0.86"
anyhow = "1.0.88"
askama = "0.12.1"
async-trait = "0.1.81"
async-trait = "0.1.82"
axum = { version = "0.7.5", features = ["macros"] }
base64 = "0.22.1"
bytes = "1.7.1"
cached = { version = "0.53.1", features = ["async"] }
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
chrono = "0.4.38"
email_address = "0.2.9"
figment = { version = "0.10.19", features = ["yaml", "env"] }
Expand All @@ -34,20 +34,20 @@ octorust = "0.8.0-rc.1"
pem = "3.0.4"
pretty_assertions = "1.4.0"
regex = "1.10.6"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
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"
tokio = { version = "1.39.3", features = [
tokio = { version = "1.40.0", features = [
"macros",
"process",
"rt-multi-thread",
"signal",
"sync",
"time",
] }
tower = "0.5.0"
tower = "0.5.1"
tower-http = { version = "0.5.2", features = ["auth", "fs", "set-header", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }

0 comments on commit 8b8f67c

Please sign in to comment.