Skip to content

Commit

Permalink
Bump the all-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 2 updates: [clap](https://github.com/clap-rs/clap) and [uuid](https://github.com/uuid-rs/uuid).


Updates `clap` from 4.4.16 to 4.4.18
- [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.16...v4.4.18)

Updates `uuid` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.6.1...1.7.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and raffomania committed Jan 19, 2024
1 parent d92f109 commit 0a7d3bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -18,7 +18,7 @@ askama = { version = "0.12.1", features = ["with-axum"] }
askama_axum = "0.4.0"
axum = { version = "0.7.4", features = ["macros", "tracing"] }
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
clap = { version = "4.4.16", features = ["derive", "env"] }
clap = { version = "4.4.18", features = ["derive", "env"] }
garde = { version = "0.17.0", default-features = false, features = ["derive"]}
include_dir = "0.7.3"
listenfd = "1.0.1"
Expand All @@ -32,7 +32,7 @@ tower-http = { version = "0.5.1", features = ["tracing", "trace"] }
tower-sessions = { version = "0.9", features = ["postgres-store", "deletion-task"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
uuid = { version = "1.6.1", features = ["v4"] }
uuid = { version = "1.7.0", features = ["v4"] }
visdom = "1.0.0"

[build-dependencies]
Expand Down

0 comments on commit 0a7d3bd

Please sign in to comment.