From 4346101f93c07a27a056266e506a31819d395c65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:00:54 +0000 Subject: [PATCH] chore(deps): pin dependencies --- distro/Cargo.toml | 6 +++--- service/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distro/Cargo.toml b/distro/Cargo.toml index 313682ea..9fa5f1ae 100644 --- a/distro/Cargo.toml +++ b/distro/Cargo.toml @@ -9,8 +9,8 @@ license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -maplit = "1.0.2" -serde_json = "1.0.96" +maplit = "=1.0.2" +serde_json = "=1.0.96" [build-dependencies] -built = "0.7.1" +built = "=0.7.1" diff --git a/service/Cargo.toml b/service/Cargo.toml index 1b41033b..1ee87663 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -16,7 +16,7 @@ marine-sqlite-connector = "=0.9.3" fstrings = "=0.2.3" boolinator = "=2.4.0" toml = "=0.8.8" -serde = { version = "1.0.188", features = ["derive"] } +serde = { version = "=1.0.188", features = ["derive"] } thiserror = "=1.0.50" sha2 = "=0.10.8" fluence-keypair = "=0.10.4"