Skip to content

Commit

Permalink
build: bump the rust-dependencies group across 1 directory with 6 upd…
Browse files Browse the repository at this point in the history
…ates (#3)

Bumps the rust-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.19` | `4.5.20` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.211` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |
| [rattler_conda_types](https://github.com/conda/rattler) | `0.28.1` | `0.28.2` |
| [rattler_lock](https://github.com/conda/rattler) | `0.22.26` | `0.22.27` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.90` |



Updates `clap` from 4.5.19 to 4.5.20
- [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.19...clap_complete-v4.5.20)

Updates `serde` from 1.0.210 to 1.0.211
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.211)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

Updates `rattler_conda_types` from 0.28.1 to 0.28.2
- [Release notes](https://github.com/conda/rattler/releases)
- [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md)
- [Commits](conda/rattler@rattler_conda_types-v0.28.1...rattler_conda_types-v0.28.2)

Updates `rattler_lock` from 0.22.26 to 0.22.27
- [Release notes](https://github.com/conda/rattler/releases)
- [Changelog](https://github.com/conda/rattler/blob/main/CHANGELOG.md)
- [Commits](conda/rattler@rattler_lock-v0.22.26...rattler_lock-v0.22.27)

Updates `anyhow` from 1.0.89 to 1.0.90
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.90)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rattler_conda_types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: rattler_lock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-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 Oct 22, 2024
1 parent 23dbb41 commit d1fdf7a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ rustls-tls = [

[dependencies]
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.122"
serde = { version = "1.0.211", features = ["derive"] }
serde_json = "1.0.132"
toml = "0.8.19"
tokio = { version = "1.36.0", features = ["full"] }
reqwest = { version = "0.12.8", default-features = false, features = ["http2"] }
Expand All @@ -29,9 +29,9 @@ regex = "1.11.0"
spdx = "0.10.6"
colored = "2.1.0"
async-trait = "0.1.83"
rattler_conda_types = "0.28.0"
rattler_lock = "0.22.25"
anyhow = "1.0.89"
rattler_conda_types = "0.28.2"
rattler_lock = "0.22.27"
anyhow = "1.0.90"
clap-verbosity-flag = "2.2.2"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down

0 comments on commit d1fdf7a

Please sign in to comment.