Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/clap-verbosity-flag-2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx authored Dec 1, 2024
2 parents dc3755a + 78c6ff8 commit b6fd880
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
88 changes: 44 additions & 44 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 @@ -22,15 +22,15 @@ all = "deny"
pedantic = "warn"

[workspace.dependencies]
anyhow = "1.0.92"
anyhow = "1.0.93"
askama = "0.12.1"
askama_derive = "0.12.5"
askama_parser = "0.2.1"
async-stream = "0.3"
async-trait = "0.1"
axum = { version = "0.7", default-features = false }
backtrace = "0.3"
bytes = "1.7"
bytes = "1.9"
cargo_toml = "0.20"
chrono = { version = "0.4", default-features = false }
clap = "4"
Expand Down Expand Up @@ -77,7 +77,7 @@ sync_wrapper = "1"
tempfile = "3"
thiserror = "2"
time = { version = "0.3.35", default-features = false }
tokio = { version = "1.40", default-features = false }
tokio = { version = "1.41", default-features = false }
tower = "0.5.1"
tower-sessions = { version = "0.13", default-features = false }
trybuild = { version = "1", features = ["diff"] }

0 comments on commit b6fd880

Please sign in to comment.