Skip to content

Commit

Permalink
build(deps): bump the backend-dependencies group with 5 updates (#279)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 9d91242 commit 5891a12
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 29 deletions.
59 changes: 33 additions & 26 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 @@ -13,14 +13,14 @@ authors = ["DaSCH - Swiss National Data and Service Center for the Humanities"]
[dependencies]
anyhow = "1"
async-trait = "0.1.83"
axum = "0.7.7" # web framework
axum = "0.7.9" # web framework
axum-macros = "0.4.2"
clap = { version = "4.5.20", features = ["derive"] } # command-line parser
clap = { version = "4.5.21", features = ["derive"] } # command-line parser
config = "0.14.1" # Layered configuration with strong support for 12-factor applications
chrono = { version = "0.4.38", features = ["serde"] }
dirs = "5.0.1" # provides platform-specific locations for storing user configuration
http-body-util = "0.1.0"
indicatif = "0.17.8" # prograss bars and spinners
indicatif = "0.17.9" # prograss bars and spinners
log = "0.4.22" # logging facade
once_cell = "1.20.2"
pid1 = "0.1.1"
Expand Down

0 comments on commit 5891a12

Please sign in to comment.