Skip to content

Commit

Permalink
build(deps): bump the backend-dependencies group with 3 updates (#260)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent ab0c594 commit a832190
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
35 changes: 19 additions & 16 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,7 +13,7 @@ authors = ["DaSCH - Swiss National Data and Service Center for the Humanities"]
[dependencies]
anyhow = "1"
async-trait = "0.1.83"
axum = "0.7.6" # web framework
axum = "0.7.7" # web framework
axum-macros = "0.4.2"
clap = { version = "4.5.18", features = ["derive"] } # command-line parser
config = "0.14.0" # Layered configuration with strong support for 12-factor applications
Expand All @@ -22,7 +22,7 @@ dirs = "5.0.1" # provides platform-specific locations for storing user configura
http-body-util = "0.1.0"
indicatif = "0.17.8" # prograss bars and spinners
log = "0.4.22" # logging facade
once_cell = "1.19.0"
once_cell = "1.20.1"
pid1 = "0.1.1"
serde = { version = "1", features = ["derive"] }
serde_with = "3.9.0"
Expand All @@ -34,7 +34,7 @@ tokio-test = "0.4.4"
tower = "0.5.1"
tower-http = { version = "0.6.1", features = ["trace", "fs", "cors"] }
hyper = "1.4.1"
regex = "1.10.6"
regex = "1.11.0"
thiserror = "1.0.64"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = [
Expand Down

0 comments on commit a832190

Please sign in to comment.