From 17f6b86b2d5223dc5f16bd077aefd6b317e10a73 Mon Sep 17 00:00:00 2001 From: jlloyd-widen <82222659+jlloyd-widen@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:39:10 -0600 Subject: [PATCH] Update mysql_common This update should avoid CVE-2019-25010 and CVE-2020-25575 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index edbcfc8..e5cfee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ maintenance = { status = "experimental" } [dependencies] nom = "5" -mysql_common = "0.22" +mysql_common = "0.23" byteorder = "1" chrono = "0.4" time = "=0.2.7" @@ -38,4 +38,4 @@ mysql = "18" mysql_async = "0.20.0" slab = "0.4.2" tokio = { version = "1.0", features = ["full"] } -futures = "0.1.26" \ No newline at end of file +futures = "0.1.26"