diff --git a/Cargo.lock b/Cargo.lock index 1606385367..1b4f075aa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1913,7 +1913,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb" dependencies = [ - "hashbrown", + "hashbrown 0.14.5", ] [[package]] diff --git a/src/static/templates/scss/user.vaultwarden.scss.hbs b/src/static/templates/scss/user.vaultwarden.scss.hbs index 22c0769f06..c0b8ed2a9c 100644 --- a/src/static/templates/scss/user.vaultwarden.scss.hbs +++ b/src/static/templates/scss/user.vaultwarden.scss.hbs @@ -1 +1 @@ -/* See the wiki for examples and details: https://github.com/dani-garcia/vaultwarden/wiki */ +/* See the wiki for examples and details: https://github.com/dani-garcia/vaultwarden/wiki/Customize-Vaultwarden-CSS */