From 62da99c6a6aa3fe4ac320394e2cb09ed0647ec42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:35:41 +0000 Subject: [PATCH] chore(deps): bump triomphe from 0.1.14 to 0.1.15 Bumps [triomphe](https://github.com/Manishearth/triomphe) from 0.1.14 to 0.1.15. - [Commits](https://github.com/Manishearth/triomphe/compare/v0.1.14...v0.1.15) --- updated-dependencies: - dependency-name: triomphe dependency-version: 0.1.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9afbbff9..1b997273 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2913,9 +2913,9 @@ dependencies = [ [[package]] name = "triomphe" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85" +checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" dependencies = [ "arc-swap", "unsize", diff --git a/Cargo.toml b/Cargo.toml index 1906c0f7..f456624e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ default-features = false features = ["encryption"] [dependencies.triomphe] -version = "0.1.14" +version = "0.1.15" default-features = false features = ["std", "arc-swap", "unsize"]