From 848548f73e716c2e8f227603922f7d1df4da333d Mon Sep 17 00:00:00 2001 From: Amit Upadhyay Date: Mon, 3 Feb 2025 20:27:53 +0530 Subject: [PATCH] using ft-sys-shared 0.1.6 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- v0.5/Cargo.lock | 6 +++--- v0.5/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af3d7163c..650e93fc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1636,16 +1636,16 @@ dependencies = [ [[package]] name = "ft-sys-shared" -version = "0.1.4" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5b532b534b1d9ac90e67a134ff546747fc1754b52891603f100a565acd9a889" +checksum = "7ed8858fce4b6896ef3ff73d6bf8b00d8e4d31c4381a040297d0bb538deab050" dependencies = [ "bytes", "chrono", "http 1.2.0", "rusqlite", "serde", - "thiserror 1.0.69", + "thiserror 2.0.11", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index fce77b9e2..a8a1c2112 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ ftd.path = "ftd" ftd-p1.path = "ftd-p1" ftd-ast.path = "ftd-ast" fastn-js.path = "fastn-js" -ft-sys-shared = "0.1.4" +ft-sys-shared = "0.1.6" futures = "0.3" futures-util = { version = "0.3", default-features = false, features = ["std"] } futures-core = "0.3" diff --git a/v0.5/Cargo.lock b/v0.5/Cargo.lock index d2226dc2a..67fce0799 100644 --- a/v0.5/Cargo.lock +++ b/v0.5/Cargo.lock @@ -890,16 +890,16 @@ dependencies = [ [[package]] name = "ft-sys-shared" -version = "0.1.4" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5b532b534b1d9ac90e67a134ff546747fc1754b52891603f100a565acd9a889" +checksum = "7ed8858fce4b6896ef3ff73d6bf8b00d8e4d31c4381a040297d0bb538deab050" dependencies = [ "bytes", "chrono", "http", "rusqlite", "serde", - "thiserror 1.0.69", + "thiserror 2.0.11", ] [[package]] diff --git a/v0.5/Cargo.toml b/v0.5/Cargo.toml index 3b4bb51ee..d795c07c6 100644 --- a/v0.5/Cargo.toml +++ b/v0.5/Cargo.toml @@ -59,7 +59,7 @@ fastn-runtime = { path = "../fastn-runtime" } fastn-section = { path = "fastn-section" } fastn-unresolved = { path = "fastn-unresolved" } fastn-utils = { path = "fastn-utils" } -ft-sys-shared = { version = "0.1.4", features = ["rusqlite"] } +ft-sys-shared = { version = "0.1.6", features = ["rusqlite"] } futures-util = { version = "0.3", default-features = false, features = ["std"] } http = "1" http-body-util = "0.1"