1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-05 02:39:53 +02:00

Update Cargo.lock

This commit is contained in:
Roderick van Domburg 2022-05-23 21:43:16 +02:00
parent 15aea747fd
commit 88e64bd884
No known key found for this signature in database
GPG key ID: A9EF5222A26F0451
9 changed files with 35 additions and 35 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "librespot-audio"
version = "0.4.0"
version = "0.4.1"
authors = ["Paul Lietar <paul@lietar.net>"]
description = "The audio fetching logic for librespot"
license = "MIT"
@ -9,7 +9,7 @@ edition = "2018"
[dependencies.librespot-core]
path = "../core"
version = "0.4.0"
version = "0.4.1"
[dependencies]
aes-ctr = "0.6"