From 101704c9e54a8799e6ae5a0eb0c977b95991f3a7 Mon Sep 17 00:00:00 2001 From: Michiel Date: Fri, 10 Jan 2025 14:18:00 +0100 Subject: [PATCH] Update pps-time version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86b03d16a..3d1b0bb9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,9 +452,9 @@ checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" [[package]] name = "pps-time" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8917656f350694551f96436b0567dab4b61d3ed45fe541d434d8be1ff2f983d0" +checksum = "793e7140c7d82abaf0f823aa041ccc01f537d125c671329227928a256797f71e" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 96623b86f..307fc002d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ toml = { version = ">=0.6.0,<0.9.0", default-features = false, features = ["pars async-trait = "0.1.67" timestamped-socket = "0.2.2" clock-steering = "0.2.1" -pps-time = "0.2.1" +pps-time = "0.2.3" # TLS rustls23 = { package = "rustls", version = "0.23.0", default-features = false, features = ["ring", "logging", "std", "tls12"] }