From 9dd6e3a79e811c8ce6b6430827892bb99145ffe6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Dec 2021 17:51:23 +0000 Subject: [PATCH] Update Rust crate ogg_pager to 0.1.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d13f2fcf..26c87f7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ flate2 = { version = "1.0.21", optional = true } # Vorbis comments pictures base64 = { version = "0.13.0", optional = true } # OGG Vorbis/Opus -ogg_pager = "0.1.7" +ogg_pager = "0.1.8" # Key maps lazy_static = "1.4.0" paste = "1.0.5"