diff --git a/Cargo.lock b/Cargo.lock index e59d8ab8..597a9e83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3775,9 +3775,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6a3b08b64e6dfad376fa2432c7b1f01522e37a623c3050bc95db2d3ff21583" +checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" dependencies = [ "bytes 1.4.0", "futures-core", diff --git a/components/content/src/page.rs b/components/content/src/page.rs index f019b04f..911e6764 100644 --- a/components/content/src/page.rs +++ b/components/content/src/page.rs @@ -733,7 +733,6 @@ And here's another. [^3] assert_eq!(page.path, "/articles/ho/"); } - #[test] fn can_get_date_from_short_date_in_filename() { let config = Config::default();