Skip to content

Commit

Permalink
Bump the known_good_semver group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the known_good_semver group with 2 updates: [clap](https://github.com/clap-rs/clap) and [serde](https://github.com/serde-rs/serde).


Updates `clap` from 4.4.8 to 4.4.10
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.8...v4.4.10)

Updates `serde` from 1.0.192 to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.192...v1.0.193)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 2d2da87 commit 834472d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 @@ -21,15 +21,15 @@ required-features = [ "benchmarking" ]
anyhow = { version = "1.0.75", optional = true }
assert_cmd = { version = "2.0.12", optional = true }
cargo_metadata = "0.18.1"
clap = { version = "4.4.8", features = ["derive", "cargo"] }
clap = { version = "4.4.10", features = ["derive", "cargo"] }
colour = { version = "0.7.0", optional = true }
criterion = { version = "0.5", optional = true }
env_logger = { version = "0.10.1", features = [ "auto-color", "humantime" ], optional = true }
histo = "1.0.0"
itertools = "0.12.0"
log = { version = "0.4.20", optional = true }
semver = "1"
serde = "1.0.192"
serde = "1.0.193"
serde_json = "1.0.108"
serde_yaml = "0.9.27"
tempfile = { version = "3.8.1", optional = true }
Expand All @@ -43,7 +43,7 @@ lazy_static = "1.4.0"
pretty_assertions = "1.4.0"
rand = "0.8.5"
rstest = "0.18.2"
serde = "1.0.192"
serde = "1.0.193"
zepter = { path = ".", features = ["testing"] }

[features]
Expand Down

0 comments on commit 834472d

Please sign in to comment.