Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/anyhow-1.0.87
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Sep 9, 2024
2 parents 46bc7fe + 01936a6 commit 8c88ece
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1"
async-trait = "0.1.82"
axum = "0.7.5" # web framework
axum-macros = "0.4.1"
clap = { version = "4.5.16", features = ["derive"] } # command-line parser
clap = { version = "4.5.17", 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
Expand Down Expand Up @@ -49,7 +49,7 @@ url = { version = "2", features = ["serde"] }

[dev-dependencies]
assert_cmd = "2.0.16"
axum-test = "15.6.0"
axum-test = "15.7.1"
fake = "2.9.2"

[[bin]]
Expand Down

0 comments on commit 8c88ece

Please sign in to comment.