From a86738d1d4b9df1cc6bb0c313e809d747c118c3b Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Sat, 8 Jan 2022 07:18:06 -0500 Subject: [PATCH] bump `ogg_pager` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9ee6754..dd2f6f61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ flate2 = { version = "1.0.22", optional = true } # Vorbis comments pictures base64 = { version = "0.13.0", optional = true } # OGG Vorbis/Opus -ogg_pager = "0.1.9" +ogg_pager = "0.2.0" # Key maps lazy_static = "1.4.0" paste = "1.0.6"