From d425ecade14641fe7169e01fb56265329f7fe8e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:09:36 +0000 Subject: [PATCH] chore(deps): bump time from 0.3.46 to 0.3.47 Bumps [time](https://github.com/time-rs/time) from 0.3.46 to 0.3.47. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.46...v0.3.47) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.47 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- netwatch/Cargo.toml | 2 +- portmapper/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 438d3d0..e63388f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1683,9 +1683,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.46" +version = "0.3.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9da98b7d9b7dad93488a84b8248efc35352b0b2657397d4167e7ad67e5d535e5" +checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" dependencies = [ "deranged", "itoa", @@ -1704,9 +1704,9 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "time-macros" -version = "0.2.26" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78cc610bac2dcee56805c99642447d4c5dbde4d01f752ffea0199aee1f601dc4" +checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" dependencies = [ "num-conv", "time-core", diff --git a/netwatch/Cargo.toml b/netwatch/Cargo.toml index 9492558..ade0da6 100644 --- a/netwatch/Cargo.toml +++ b/netwatch/Cargo.toml @@ -22,7 +22,7 @@ n0-error = "0.1.2" n0-future = "0.3.1" n0-watcher = "0.6.0" pin-project-lite = "0.2.16" -time = "0.3.44" +time = "0.3.47" tokio = { version = "1", features = [ "io-util", "macros", diff --git a/portmapper/Cargo.toml b/portmapper/Cargo.toml index 1a89b75..07fdc95 100644 --- a/portmapper/Cargo.toml +++ b/portmapper/Cargo.toml @@ -31,7 +31,7 @@ rand = "0.9" serde = { version = "1.0.185", features = ["derive", "rc"] } smallvec = "1.11.1" socket2 = "0.6" -time = "0.3.20" +time = "0.3.47" tokio = { version = "1", features = ["io-util", "macros", "sync", "rt", "net", "fs", "io-std", "signal", "process"] } tokio-util = { version = "0.7", features = ["io-util", "io", "codec", "rt"] } tracing = "0.1"