From df52bb3318a85783d5133aedb9436156a13ca23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:22:04 +0000 Subject: [PATCH] Bump timestamped-socket from 0.2.5 to 0.2.6 Bumps [timestamped-socket](https://github.com/pendulum-project/timestamped-socket) from 0.2.5 to 0.2.6. - [Commits](https://github.com/pendulum-project/timestamped-socket/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: timestamped-socket dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b11ece6..594f1f1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -564,9 +564,9 @@ dependencies = [ [[package]] name = "timestamped-socket" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fc1030778bfbdb171889bc3e50573e00f4f0f1a65d3717eee9ce72db59a4f9f" +checksum = "ca9ade8216fa68fc0f3ffe1be9c666d3302c12b08fe143684059e614b3a28530" dependencies = [ "libc", "serde",