build(deps): bump the cargo group across 1 directory with 5 updates
Some checks failed
CI / sanitize (push) Failing after 12s
CI / build (push) Failing after 12s
CI / checks (push) Has been cancelled

Bumps the cargo group with 4 updates in the / directory: [cc](https://github.com/rust-lang/cc-rs), [clap](https://github.com/clap-rs/clap), [serde](https://github.com/serde-rs/serde) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `cc` from 1.0.104 to 1.1.5
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.0.104...cc-v1.1.5)

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](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.8...v4.5.9)

Updates `serde` from 1.0.203 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204)

Updates `serde_derive` from 1.0.203 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204)

Updates `thiserror` from 1.0.61 to 1.0.62
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.62)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-15 22:03:25 +00:00 committed by Amaan Qureshi
parent 25c7189180
commit 800f2c41d0
2 changed files with 4 additions and 4 deletions

BIN
Cargo.lock generated

Binary file not shown.

View file

@ -41,8 +41,8 @@ strip = false
[workspace.dependencies]
anstyle = "1.0.7"
anyhow = "1.0.86"
cc = "1.0.104"
clap = { version = "4.5.8", features = [
cc = "1.1.5"
clap = { version = "4.5.9", features = [
"cargo",
"derive",
"env",
@ -71,13 +71,13 @@ regex = "1.10.5"
regex-syntax = "0.8.4"
rustc-hash = "1.1.0"
semver = "1.0.23"
serde = { version = "1.0.202", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_derive = "1.0.197"
serde_json = { version = "1.0.120", features = ["preserve_order"] }
similar = "2.5.0"
smallbitvec = "2.5.3"
tempfile = "3.10.1"
thiserror = "1.0.61"
thiserror = "1.0.62"
tiny_http = "0.12.0"
toml = "0.8.14"
unindent = "0.2.3"