From 528802beac4af6746e062a1a1f2ed451fd13193a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:02:40 +0000 Subject: [PATCH] chore(deps): update rust crate serde_json to v1.0.120 --- Cargo.lock | 4 ++-- Cargo.toml | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8b3a9c8..78bc1b2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3502,9 +3502,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.118" +version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" +checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index d9329273..45cc8cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -378,6 +378,20 @@ version = "0.5.4" default-features = false features = ["use_std"] +[workspace.dependencies.rusqlite] +git = "https://github.com/rusqlite/rusqlite" +#branch = "master" +rev = "e00b626e2b1c67347d789fb7f600281705c89381" +features = ["bundled"] + +# used only by rusqlite +[workspace.dependencies.parking_lot] +version = "0.12.3" + +# used only by rusqlite +[workspace.dependencies.thread_local] +version = "1.1.8" + [workspace.dependencies.tokio-metrics] version = "0.3.1" default-features = false