From f70389c739858af18899b5994c8bc79f766a8587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:19:11 +0000 Subject: [PATCH] Bump quinn-proto in /docker/fula-gateway/fula-local-gateway Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.13 to 0.11.14. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.13...quinn-proto-0.11.14) --- updated-dependencies: - dependency-name: quinn-proto dependency-version: 0.11.14 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 63ecea88..3b9be188 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", @@ -2417,9 +2420,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.13" +version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" +checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" dependencies = [ "bytes", "getrandom 0.3.4",