fix: Use native TLS only
* chore(deps): bump rspotify to 0.13.1 * Use native TLS only, don't mix it with rustls reqwest uses native TLS, but rspotify with ureq currently uses rustls, i.e. ncspot bundles rustls and is linked with system TLS library at the same time. This has already been fixed in80da5a877a, but this commit has been reverted inaeff120e67due to a bug in rspotify that was fixed in 0.13.1 (https://github.com/ramsayleung/rspotify/pull/471).
This commit is contained in:
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Fixed
|
||||
- All requests are correctly proxied when the relevant environment variables are set
|
||||
- `ncspot` binary is simultaneously linked with the system TLS library (native-tls) and Rustls - only native-tls is used now
|
||||
|
||||
## [1.1.0] - 2024-03-05
|
||||
|
||||
|
||||
Reference in New Issue
Block a user