Skip to content

Commit

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


Updates `colour` from 0.7.0 to 1.1.0
- [Commits](https://github.com/Fraser999/Colour/commits)

Updates `serde` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

---
updated-dependencies:
- dependency-name: colour
  dependency-type: direct:production
  update-type: version-update:semver-major
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 1377181 commit 7117818
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 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,15 +22,15 @@ anyhow = { version = "1.0.82", optional = true }
assert_cmd = { version = "2.0.14", optional = true }
cargo_metadata = "0.18.1"
clap = { version = "4.5.4", features = ["derive", "cargo"] }
colour = { version = "0.7.0", optional = true }
colour = { version = "1.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.12.1"
log = { version = "0.4.21", optional = true }
regex = "1.10.4"
semver = "1"
serde = "1.0.198"
serde = "1.0.199"
serde_json = { version = "1.0.116", optional = true }
serde_yaml = "0.9.34"
tempfile = { version = "3.10.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.19.0"
serde = "1.0.198"
serde = "1.0.199"
zepter = { path = ".", features = ["testing"] }

[features]
Expand Down

0 comments on commit 7117818

Please sign in to comment.