Skip to content

Commit

Permalink
cargo: bump the cargo-dependencies group with 6 updates (#136)
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.88` |
| [cargo](https://github.com/rust-lang/cargo) | `0.81.0` | `0.82.0` |
| [cargo-util-schemas](https://github.com/rust-lang/cargo) | `0.4.0` | `0.5.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.208` | `1.0.210` |
| [insta](https://github.com/mitsuhiko/insta) | `1.39.0` | `1.40.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.125` | `1.0.128` |


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

Updates `cargo` from 0.81.0 to 0.82.0
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cargo@0.81.0...0.82.0)

Updates `cargo-util-schemas` from 0.4.0 to 0.5.0
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cargo@0.4.0...0.5.0)

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

Updates `insta` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.39.0...1.40.0)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: cargo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cargo-util-schemas
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  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 Sep 13, 2024
1 parent 3aa97d4 commit b61c35f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 54 deletions.
92 changes: 44 additions & 48 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ repository = "https://github.com/eopb/cargo-override"
failing_tests = []

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.88"
camino = "1.1.9"
cargo = "0.81.0"
cargo = "0.82.0"
cargo_metadata = "0.18"
cargo-util-schemas = "0.4.0"
cargo-util-schemas = "0.5.0"
clap = { version = "4.5.17", features = ["derive"] }
fs-err = "2.11.0"
home = "0.5.9"
pathdiff = "0.2.1"
semver = "1.0.23"
serde = { version = "1.0.206", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
toml_edit = "0.22.9"
url = "2.5.2"
winnow = "0.6.18"
Expand All @@ -41,8 +41,8 @@ assert_cmd = "2.0.16"
fake = "2.9.2"
googletest = "0.12.0"
hex = "0.4.3"
insta = { version = "1.38.0", features = ["filters", "toml"] }
serde_json = "1.0.125"
insta = { version = "1.40.0", features = ["filters", "toml"] }
serde_json = "1.0.128"
sha2 = "0.10.8"
strip-ansi-escapes = "0.2.0"
tempfile = "3.12.0"
Expand Down

0 comments on commit b61c35f

Please sign in to comment.