Skip to content

Commit

Permalink
build(deps): bump the backend-dependencies group with 3 updates (#262)
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 Oct 7, 2024
1 parent a832190 commit f53811f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
23 changes: 10 additions & 13 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 @@ -15,17 +15,17 @@ anyhow = "1"
async-trait = "0.1.83"
axum = "0.7.7" # web framework
axum-macros = "0.4.2"
clap = { version = "4.5.18", features = ["derive"] } # command-line parser
clap = { version = "4.5.19", features = ["derive"] } # command-line parser
config = "0.14.0" # 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
log = "0.4.22" # logging facade
once_cell = "1.20.1"
once_cell = "1.20.2"
pid1 = "0.1.1"
serde = { version = "1", features = ["derive"] }
serde_with = "3.9.0"
serde_with = "3.11.0"
serde_json = "1" # JSON serialization
nonempty = { version = "0.10.0", features = ["serialize"] }
valico = "4.0.0"
Expand Down

0 comments on commit f53811f

Please sign in to comment.