diff --git a/CHANGELOG.md b/CHANGELOG.md index 05fdb6e..4b36698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [Unreleased] + +### Fixed + +- Fixed `--exclude-atcoder-202301-crates`. + + Previously, it was for the "7/3 freeze". + ## [0.20.0] - 2023-08-06Z ### Added diff --git a/src/lib.rs b/src/lib.rs index 5403b66..f8641e8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -440,13 +440,13 @@ static ATCODER_202301_CRATES: &[&str] = &[ "https://github.com/rust-lang/crates.io-index#easy-ext:1.0.1", "https://github.com/rust-lang/crates.io-index#multimap:0.9.0", "https://github.com/rust-lang/crates.io-index#btreemultimap:0.1.1", - "https://github.com/rust-lang/crates.io-index#bstr:1.5.0", + "https://github.com/rust-lang/crates.io-index#bstr:1.6.0", "https://github.com/rust-lang/crates.io-index#az:1.2.1", "https://github.com/rust-lang/crates.io-index#glidesort:0.1.2", "https://github.com/rust-lang/crates.io-index#tap:1.0.1", "https://github.com/rust-lang/crates.io-index#omniswap:0.1.0", "https://github.com/rust-lang/crates.io-index#multiversion:0.7.2", - "https://github.com/rust-lang/crates.io-index#num:0.4.0", + "https://github.com/rust-lang/crates.io-index#num:0.4.1", "https://github.com/rust-lang/crates.io-index#num-bigint:0.4.3", "https://github.com/rust-lang/crates.io-index#num-complex:0.4.3", "https://github.com/rust-lang/crates.io-index#num-integer:0.1.45", @@ -455,7 +455,7 @@ static ATCODER_202301_CRATES: &[&str] = &[ "https://github.com/rust-lang/crates.io-index#num-traits:0.2.15", "https://github.com/rust-lang/crates.io-index#num-derive:0.4.0", "https://github.com/rust-lang/crates.io-index#ndarray:0.15.6", - "https://github.com/rust-lang/crates.io-index#nalgebra:0.32.2", + "https://github.com/rust-lang/crates.io-index#nalgebra:0.32.3", "https://github.com/rust-lang/crates.io-index#alga:0.9.3", "https://github.com/rust-lang/crates.io-index#libm:0.2.7", "https://github.com/rust-lang/crates.io-index#rand:0.8.5", @@ -467,7 +467,7 @@ static ATCODER_202301_CRATES: &[&str] = &[ "https://github.com/rust-lang/crates.io-index#rand_distr:0.4.3", "https://github.com/rust-lang/crates.io-index#petgraph:0.6.3", "https://github.com/rust-lang/crates.io-index#indexmap:2.0.0", - "https://github.com/rust-lang/crates.io-index#regex:1.8.4", + "https://github.com/rust-lang/crates.io-index#regex:1.9.1", "https://github.com/rust-lang/crates.io-index#lazy_static:1.4.0", "https://github.com/rust-lang/crates.io-index#ordered-float:3.7.0", "https://github.com/rust-lang/crates.io-index#ascii:1.1.0", @@ -483,7 +483,7 @@ static ATCODER_202301_CRATES: &[&str] = &[ "https://github.com/rust-lang/crates.io-index#proconio:0.4.5", "https://github.com/rust-lang/crates.io-index#text_io:0.1.12", "https://github.com/rust-lang/crates.io-index#rustc-hash:1.1.0", - "https://github.com/rust-lang/crates.io-index#smallvec:1.10.0", + "https://github.com/rust-lang/crates.io-index#smallvec:1.11.0", ]; static CODINGAME_CRATES: &[&str] = &[ diff --git a/tests/snapshots/help_snapshot__long.snap b/tests/snapshots/help_snapshot__long.snap index df1b6df..1554599 100644 --- a/tests/snapshots/help_snapshot__long.snap +++ b/tests/snapshots/help_snapshot__long.snap @@ -101,13 +101,13 @@ OPTIONS: https://github.com/rust-lang/crates.io-index#easy-ext:1.0.1 https://github.com/rust-lang/crates.io-index#multimap:0.9.0 https://github.com/rust-lang/crates.io-index#btreemultimap:0.1.1 - https://github.com/rust-lang/crates.io-index#bstr:1.5.0 + https://github.com/rust-lang/crates.io-index#bstr:1.6.0 https://github.com/rust-lang/crates.io-index#az:1.2.1 https://github.com/rust-lang/crates.io-index#glidesort:0.1.2 https://github.com/rust-lang/crates.io-index#tap:1.0.1 https://github.com/rust-lang/crates.io-index#omniswap:0.1.0 https://github.com/rust-lang/crates.io-index#multiversion:0.7.2 - https://github.com/rust-lang/crates.io-index#num:0.4.0 + https://github.com/rust-lang/crates.io-index#num:0.4.1 https://github.com/rust-lang/crates.io-index#num-bigint:0.4.3 https://github.com/rust-lang/crates.io-index#num-complex:0.4.3 https://github.com/rust-lang/crates.io-index#num-integer:0.1.45 @@ -116,7 +116,7 @@ OPTIONS: https://github.com/rust-lang/crates.io-index#num-traits:0.2.15 https://github.com/rust-lang/crates.io-index#num-derive:0.4.0 https://github.com/rust-lang/crates.io-index#ndarray:0.15.6 - https://github.com/rust-lang/crates.io-index#nalgebra:0.32.2 + https://github.com/rust-lang/crates.io-index#nalgebra:0.32.3 https://github.com/rust-lang/crates.io-index#alga:0.9.3 https://github.com/rust-lang/crates.io-index#libm:0.2.7 https://github.com/rust-lang/crates.io-index#rand:0.8.5 @@ -128,7 +128,7 @@ OPTIONS: https://github.com/rust-lang/crates.io-index#rand_distr:0.4.3 https://github.com/rust-lang/crates.io-index#petgraph:0.6.3 https://github.com/rust-lang/crates.io-index#indexmap:2.0.0 - https://github.com/rust-lang/crates.io-index#regex:1.8.4 + https://github.com/rust-lang/crates.io-index#regex:1.9.1 https://github.com/rust-lang/crates.io-index#lazy_static:1.4.0 https://github.com/rust-lang/crates.io-index#ordered-float:3.7.0 https://github.com/rust-lang/crates.io-index#ascii:1.1.0 @@ -144,7 +144,7 @@ OPTIONS: https://github.com/rust-lang/crates.io-index#proconio:0.4.5 https://github.com/rust-lang/crates.io-index#text_io:0.1.12 https://github.com/rust-lang/crates.io-index#rustc-hash:1.1.0 - https://github.com/rust-lang/crates.io-index#smallvec:1.10.0 + https://github.com/rust-lang/crates.io-index#smallvec:1.11.0 --exclude-codingame-crates Alias for: