Bump ogg_pager

This commit is contained in:
Serial 2022-03-05 12:07:54 -05:00
parent 0426542f50
commit 85d571bb40
No known key found for this signature in database
GPG key ID: DA95198DC17C4568
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.5.3] - 2022-03-03
## Fixed
- **OGG**: Segment tables are written correctly with data spanning multiple pages
- **OGG**: Segment tables are written correctly with data spanning multiple pages ([issue](https://github.com/Serial-ATA/lofty-rs/issues/37))
## [0.5.2] - 2022-02-26

View file

@ -17,7 +17,7 @@ flate2 = { version = "1.0.22", optional = true }
# Vorbis comments pictures
base64 = { version = "0.13.0", optional = true }
# OGG Vorbis/Opus
ogg_pager = "0.3.1"
ogg_pager = "0.3.2"
# Key maps
once_cell = "1.9.0"
paste = "1.0.6"