From cfa42c77bc334e524646b7260235534cf4a632c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:39:51 +0000 Subject: [PATCH] fix(deps): update marine things --- service/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/Cargo.toml b/service/Cargo.toml index 1b41033b..a91de4af 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -11,8 +11,8 @@ path = "src/main.rs" [dependencies] bs58 = "=0.5.0" -marine-rs-sdk = "=0.10.3" -marine-sqlite-connector = "=0.9.3" +marine-rs-sdk = "=0.11.0" +marine-sqlite-connector = "=0.9.4" fstrings = "=0.2.3" boolinator = "=2.4.0" toml = "=0.8.8"