diff options
author | Mathijs van Veluw <[email protected]> | 2024-12-05 22:10:59 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-05 22:10:59 +0100 |
commit | 71b3d3c818db846bb1972ed79188b3709b9f822b (patch) | |
tree | 113b1d215799d55763d699ba8e548d6aa64c7b2c /docker/DockerSettings.yaml | |
parent | da3701c0cfa5fb0fe505c18c5f210edb2a71aaf9 (diff) | |
download | vaultwarden-71b3d3c818db846bb1972ed79188b3709b9f822b.tar.gz vaultwarden-71b3d3c818db846bb1972ed79188b3709b9f822b.zip |
Update Rust and crates (#5248)
* Update Rust and crates
- Updated Rust to v1.83.0
- Updated MSRV to v1.82.0 (Needed for html5gum crate)
- Updated icon fetching code to match new html5gum version
- Updated workflows
- Enabled edition 2024 clippy lints
Nightly reports some clippy hints, but that would be too much to change in this PR i think.
Signed-off-by: BlackDex <[email protected]>
* Some additional updates
- Patch fern to allow syslog-7 feature
- Fixed diesel logger which was broken because of the sqlite backup feature
Refactored the sqlite backup because of this
- Added a build workflow test to include the query_logger feature
Signed-off-by: BlackDex <[email protected]>
* Also patch yubico-rs and latest updates
Signed-off-by: BlackDex <[email protected]>
---------
Signed-off-by: BlackDex <[email protected]>
Diffstat (limited to 'docker/DockerSettings.yaml')
-rw-r--r-- | docker/DockerSettings.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/DockerSettings.yaml b/docker/DockerSettings.yaml index c4c541fb..dbfdbed3 100644 --- a/docker/DockerSettings.yaml +++ b/docker/DockerSettings.yaml @@ -5,7 +5,7 @@ vault_image_digest: "sha256:409ab328ca931439cb916b388a4bb784bd44220717aaf74cf716 # We use the linux/amd64 platform shell scripts since there is no difference between the different platform scripts # https://github.com/tonistiigi/xx | https://hub.docker.com/r/tonistiigi/xx/tags xx_image_digest: "sha256:1978e7a58a1777cb0ef0dde76bad60b7914b21da57cfa88047875e4f364297aa" -rust_version: 1.82.0 # Rust version to be used +rust_version: 1.83.0 # Rust version to be used debian_version: bookworm # Debian release name to be used alpine_version: "3.20" # Alpine version to be used # For which platforms/architectures will we try to build images |