Skip to content

Commit

Permalink
Update/dependencies (librespot-org#1416)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
yubiuser authored Dec 14, 2024
1 parent 00679fc commit 2a6d754
Show file tree
Hide file tree
Showing 15 changed files with 146 additions and 96 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG alpine_version=alpine3.18
ARG rust_version=1.74.0
ARG alpine_version=alpine3.19
ARG rust_version=1.75.0
FROM rust:${rust_version}-${alpine_version}

ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse"
Expand Down
Loading

0 comments on commit 2a6d754

Please sign in to comment.