Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update/dependencies #1255

Merged
merged 11 commits into from
Mar 31, 2024
Merged

Conversation

yubiuser
Copy link
Contributor

@yubiuser yubiuser commented Feb 23, 2024

Updates the following dependencies

librespot: /librespot/Cargo.toml
	env_logger matches 0.10.2;	latest is 0.11.2
	sysinfo matches 0.29.11;	latest is 0.30.5

librespot-audio: /librespot/audio/Cargo.toml
	hyper matches 0.14.28;	latest is 1.2.0

librespot-core: /librespot/core/Cargo.toml
	http matches 0.2.11;	latest is 1.0.0
	hyper matches 0.14.28;	latest is 1.2.0
	hyper-rustls matches 0.24.2;	latest is 0.26.0
	sysinfo matches 0.29.11;	latest is 0.30.5
	env_logger matches 0.10.2;	latest is 0.11.2

librespot-playback: /librespot/playback/Cargo.toml
	alsa matches 0.8.1;	latest is 0.9.0
	glib matches 0.18.5;	latest is 0.19.2
	gstreamer matches 0.21.3;	latest is 0.22.1
	gstreamer-app matches 0.21.2;	latest is 0.22.0
	gstreamer-audio matches 0.21.3;	latest is 0.22.0
	sdl2 matches 0.35.2;	latest is 0.36.0

librespot-discovery: /librespot/discovery/Cargo.toml
	hyper matches 0.14.28;	latest is 1.2.0
	libmdns matches 0.7.5;	latest is 0.8.0

Needed to bump MSRV to 1.71.0


The following dependencies were not upgraded


librespot-audio: /librespot/audio/Cargo.toml
	hyper matches 0.14.28;	latest is 1.2.0

librespot-core: /librespot/core/Cargo.toml
	http matches 0.2.11;	latest is 1.0.0
	hyper matches 0.14.28;	latest is 1.2.0
	hyper-rustls matches 0.24.2;	latest is 0.26.0

librespot-discovery: /librespot/discovery/Cargo.toml
	hyper matches 0.14.28;	latest is 1.2.0

hyper had some major restructuring, requiering many changes to the code which I did not feel capable of.
See https://hyper.rs/guides/1/upgrading/
This also affects hyper-rustls and http

Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
@yubiuser yubiuser force-pushed the update/dependencies branch 5 times, most recently from c62a5c1 to 1425178 Compare February 24, 2024 11:52
Signed-off-by: Christian König <[email protected]>
@yubiuser yubiuser force-pushed the update/dependencies branch 9 times, most recently from e00eb56 to 56dbc8a Compare February 24, 2024 19:57
Signed-off-by: Christian König <[email protected]>
@yubiuser yubiuser force-pushed the update/dependencies branch from 56dbc8a to c28cf29 Compare February 24, 2024 20:01
Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
@yubiuser yubiuser force-pushed the update/dependencies branch from ff3fd30 to 856bd5e Compare February 24, 2024 20:32
Signed-off-by: Christian König <[email protected]>
Signed-off-by: Christian König <[email protected]>
@yubiuser yubiuser marked this pull request as ready for review February 24, 2024 21:19
@yubiuser
Copy link
Contributor Author

Conflicts have been resolved

@roderickvd
Copy link
Member

Thanks. I understand your apprehension regarding hyper. Any volunteers to take on porting that to 1.0?

@roderickvd roderickvd merged commit bae18de into librespot-org:dev Mar 31, 2024
9 checks passed
@yubiuser yubiuser deleted the update/dependencies branch March 31, 2024 10:00
@yubiuser yubiuser mentioned this pull request Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants