From 92db4b68d145ee0ad82bd33bba7da15652248605 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 24 Jan 2024 08:50:28 +0100 Subject: [PATCH 1/2] Update krates --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e038bd8..79a72093 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1720,9 +1720,9 @@ dependencies = [ [[package]] name = "krates" -version = "0.16.4" +version = "0.16.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ade27d3affcd8dd7d9cf749e3f631a2ef146153ad43dfca7fc0deb9aec162c9f" +checksum = "1836ea518b3025224175bf771104667cf35b9791a1070fc978732963b59083b4" dependencies = [ "cargo_metadata", "cfg-expr", @@ -1833,9 +1833,9 @@ dependencies = [ [[package]] name = "nu-ansi-term" -version = "0.49.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68" +checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14" dependencies = [ "windows-sys 0.48.0", ] diff --git a/Cargo.toml b/Cargo.toml index b3caf82e..d3e85d11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ native-certs = ["reqwest/rustls-tls-native-roots", "tame-index/native-certs"] [dependencies] # Output coloring -nu-ansi-term = "0.49" +nu-ansi-term = "0.50" # Easy errors anyhow = "1.0" # Used for detecting the license type of a file From d9f27c62625144ec77d07bb3d38956a704d08ab3 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 24 Jan 2024 08:54:23 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f4bc92..95228a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Fixed +- [PR#594](https://github.com/EmbarkStudios/cargo-deny/pull/594) updated `krates` _again_ to pull in [krates#75](https://github.com/EmbarkStudios/krates/pull/75). + ## [0.14.8] - 2024-01-22 ### Fixed - [PR#592](https://github.com/EmbarkStudios/cargo-deny/pull/592) updated `krates` _again_ to pull in [krates#73](https://github.com/EmbarkStudios/krates/pull/73).