Skip to content

Commit

Permalink
Bump the cargo-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 3 updates: [axum](https://github.com/tokio-rs/axum), [clap](https://github.com/clap-rs/clap) and [tower-http](https://github.com/tower-rs/tower-http).


Updates `axum` from 0.7.3 to 0.7.4
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.3...axum-v0.7.4)

Updates `clap` from 4.4.13 to 4.4.16
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.13...v4.4.16)

Updates `tower-http` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.5.0...tower-http-0.5.1)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and DanNixon committed Jan 15, 2024
1 parent 8648e2e commit bc4396c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ edition = "2021"
[workspace.dependencies]
async-channel = "2.0.0"
async-trait = "0.1.77"
axum = "0.7.2"
axum = "0.7.4"
byte-unit = { version = "4.0", features = ["serde"] }
bytes = { version = "1.3.0", features = ["serde"] }
chrono = { version = "0.4.23", features = ["serde"] }
ciborium = "0.2.1"
clap = { version = "4.4.13", features = ["cargo", "derive", "env", "string"] }
clap = { version = "4.4.16", features = ["cargo", "derive", "env", "string"] }
ctor = "0.2.6"
crossterm = "0.27"
futures = "0.3.30"
Expand Down Expand Up @@ -57,7 +57,7 @@ tempfile = "3.9.0"
thiserror = "1.0.56"
tokio = { version = "1.35", features = ["macros", "rt-multi-thread", "signal", "process"] }
toml = "0.8"
tower-http = { version = "0.5.0", features = ["fs"] }
tower-http = { version = "0.5.1", features = ["fs"] }
tracing = "0.1"
tracing-subscriber = "0.3"
url = { version = "2.3", features = ["serde"] }

0 comments on commit bc4396c

Please sign in to comment.