Skip to content

Commit

Permalink
Bump the backend group with 2 updates (#432)
Browse files Browse the repository at this point in the history
Bumps the backend group with 2 updates: [clap](https://github.com/clap-rs/clap) and [tracing-subscriber](https://github.com/tokio-rs/tracing).


Updates `clap` from 4.4.7 to 4.4.8
- [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.7...v4.4.8)

Updates `tracing-subscriber` from 0.3.17 to 0.3.18
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.17...tracing-subscriber-0.3.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
...

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 Nov 14, 2023
1 parent 06dad9e commit 70c90bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -12,7 +12,7 @@ askama_axum = "0.3.0"
async-channel = "2.1.0"
async-trait = "0.1.74"
axum = { version = "0.6.20", features = ["macros"] }
clap = { version = "4.4.7", features = ["derive"] }
clap = { version = "4.4.8", features = ["derive"] }
config = "0.13.3"
deadpool-postgres = { version = "0.11.0", features = ["serde"] }
futures = "0.3.29"
Expand Down Expand Up @@ -48,7 +48,7 @@ tokio-postgres = { version = "0.7.10", features = [
tower = "0.4.13"
tower-http = { version = "0.4.4", features = ["trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
uuid = { version = "1.5.0", features = ["serde", "v4"] }

[dev-dependencies]
Expand Down

0 comments on commit 70c90bd

Please sign in to comment.