Skip to content

Commit 2a6d754

Browse files
authored
Update/dependencies (#1416)
* Update sysinfo to 0.33 * Update thiserror to v2.0 * Update Alpine Dockerfile to 1.75 (MSRV) * Update governor to 0.8 * Update quick-xml to 0.37 * Update rodio to 0.20.1 * Update zerocopy to 0.8.13 * Update alpine image to 3.19 --------- Signed-off-by: yubiuser <[email protected]>
1 parent 00679fc commit 2a6d754

15 files changed

Lines changed: 146 additions & 96 deletions

File tree

.devcontainer/Dockerfile.alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
2-
ARG alpine_version=alpine3.18
3-
ARG rust_version=1.74.0
2+
ARG alpine_version=alpine3.19
3+
ARG rust_version=1.75.0
44
FROM rust:${rust_version}-${alpine_version}
55

66
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"

0 commit comments

Comments
 (0)