From 67007efb7ef118d09a62e595dd1bf79cb8204de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:05:34 +0000 Subject: [PATCH] build(deps): bump shlex in /libsql-sqlite3/ext/crr/rs/core Bumps [shlex](https://github.com/comex/rust-shlex) from 1.1.0 to 1.3.0. - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) --- updated-dependencies: - dependency-name: shlex dependency-type: indirect ... Signed-off-by: dependabot[bot] --- libsql-sqlite3/ext/crr/rs/core/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsql-sqlite3/ext/crr/rs/core/Cargo.lock b/libsql-sqlite3/ext/crr/rs/core/Cargo.lock index 244a76aa73..879b537a31 100644 --- a/libsql-sqlite3/ext/crr/rs/core/Cargo.lock +++ b/libsql-sqlite3/ext/crr/rs/core/Cargo.lock @@ -233,9 +233,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "shlex" -version = "1.1.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "sqlite3_allocator"