From 0a1047cb49d85b3f63bab2135f86efc103fedf2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 09:41:33 +0000 Subject: [PATCH] Bump rustls-webpki in /docker/fula-gateway/fula-local-gateway Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.9 to 0.103.10. - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](https://github.com/rustls/webpki/compare/v/0.103.9...v/0.103.10) --- updated-dependencies: - dependency-name: rustls-webpki dependency-version: 0.103.10 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docker/fula-gateway/fula-local-gateway/Cargo.lock | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docker/fula-gateway/fula-local-gateway/Cargo.lock b/docker/fula-gateway/fula-local-gateway/Cargo.lock index 63ecea8..fc356f4 100644 --- a/docker/fula-gateway/fula-local-gateway/Cargo.lock +++ b/docker/fula-gateway/fula-local-gateway/Cargo.lock @@ -684,7 +684,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 2.0.117", + "syn 1.0.109", ] [[package]] @@ -840,6 +840,7 @@ dependencies = [ [[package]] name = "fula-blockstore" version = "0.2.26" +source = "git+https://github.com/functionland/fula-api.git?branch=main#b9cdcab4e5d77b4d36bcc009b0492b1c0c327ded" dependencies = [ "anyhow", "async-trait", @@ -870,6 +871,7 @@ dependencies = [ [[package]] name = "fula-core" version = "0.2.26" +source = "git+https://github.com/functionland/fula-api.git?branch=main#b9cdcab4e5d77b4d36bcc009b0492b1c0c327ded" dependencies = [ "anyhow", "async-trait", @@ -899,6 +901,7 @@ dependencies = [ [[package]] name = "fula-crypto" version = "0.2.26" +source = "git+https://github.com/functionland/fula-api.git?branch=main#b9cdcab4e5d77b4d36bcc009b0492b1c0c327ded" dependencies = [ "aes-gcm", "anyhow", @@ -2694,9 +2697,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.9" +version = "0.103.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" +checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" dependencies = [ "ring", "rustls-pki-types",