Skip to content

Commit

Permalink
chore(deps): bump the cargo-dependencies group with 4 updates (#83)
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 4 updates: [clap](https://github.com/clap-rs/clap), [serde_with](https://github.com/jonasbb/serde_with), [uuid](https://github.com/uuid-rs/uuid) and [vergen](https://github.com/rustyhorde/vergen).


Updates `clap` from 4.5.8 to 4.5.9
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.8...v4.5.9)

Updates `serde_with` from 3.8.3 to 3.9.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.8.3...v3.9.0)

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

Updates `vergen` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/commits)

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

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 Jul 15, 2024
1 parent 3f00e78 commit 37fe5c3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ eula = false
better-panic = "0.3.0"
cfg-if = "1.0.0"
chrono = "0.4.38"
clap = { version = "4.5.8", features = ["derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles", "color"] }
clap = { version = "4.5.9", features = ["derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles", "color"] }
color-eyre = "0.6.3"
copypasta = "0.10.1"
crates_io_api = "0.11.0"
Expand All @@ -39,7 +39,7 @@ pretty_assertions = "1.4.0"
ratatui = { version = "0.27.0", features = ["serde", "macros"] }
ratatui-macros = "0.4.2"
serde = { version = "1.0.204", features = ["derive"] }
serde_with = "3.8.3"
serde_with = "3.9.0"
signal-hook = "0.3.17"
strip-ansi-escapes = "0.2.0"
strum = { version = "0.26.3", features = ["derive"] }
Expand All @@ -55,11 +55,11 @@ tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "serde", "serde_json"] }
tui-input = "0.9.0"
unicode-width = "0.1.13"
uuid = "1.9.1"
uuid = "1.10.0"
webbrowser = "1.0.1"

[build-dependencies]
vergen = { version = "8.2.6", features = [ "build", "git", "git2", "cargo" ]}
vergen = { version = "8.3.2", features = [ "build", "git", "git2", "cargo" ]}

# The profile that 'cargo dist' will build with
[profile.dist]
Expand Down

0 comments on commit 37fe5c3

Please sign in to comment.