Skip to content

Commit

Permalink
Bump the known_good_semver group with 3 updates (#112)
Browse files Browse the repository at this point in the history
Bumps the known_good_semver group with 3 updates: [clap](https://github.com/clap-rs/clap), [log](https://github.com/rust-lang/log) and [serde_json](https://github.com/serde-rs/json).


Updates `clap` from 4.5.7 to 4.5.8
- [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.7...v4.5.8)

Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)

Updates `serde_json` from 1.0.117 to 1.0.119
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.119)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
...

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 1, 2024
1 parent fece303 commit 2e81b48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ anyhow = { version = "1.0.86", optional = true }
assert_cmd = { version = "2.0.14", optional = true }
camino = "1.1.7"
cargo_metadata = "0.18.1"
clap = { version = "4.5.7", features = ["derive", "cargo"] }
clap = { version = "4.5.8", features = ["derive", "cargo"] }
colour = { version = "2.1.0", optional = true }
criterion = { version = "0.5", optional = true }
env_logger = { version = "0.11.3", features = [ "auto-color", "humantime" ], optional = true }
histo = { version = "1.0.0", optional = true }
itertools = "0.13.0"
log = { version = "0.4.21", optional = true }
log = { version = "0.4.22", optional = true }
regex = "1.10.5"
semver = "1"
serde = "1.0.203"
serde_json = { version = "1.0.117", optional = true }
serde_json = { version = "1.0.119", optional = true }
serde_yaml = "0.9.34"
tempfile = { version = "3.10.1", optional = true }
toml_edit = "0.22.14"
Expand Down

0 comments on commit 2e81b48

Please sign in to comment.