From 0c661b6cefa39c98b8f99abccfbff15eabd0e286 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Thu, 12 Feb 2026 23:04:04 +0100 Subject: chore(deps): bump time + bytes (#3175) - time >= 0.3.47: RUSTSEC-2026-0009 - bytes >= 1.11.1: RUSTSEC-2026-0007 Did not dive deeply in if this is actually impacting atuin, just picked up the CVE patches that were reported in Fedora downstream. ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing Supersedes #3124 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8745d3c2..a960ca84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ readme = "README.md" async-trait = "0.1.58" base64 = "0.22" log = "0.4" -time = { version = "0.3.36", features = [ +time = { version = "0.3.47", features = [ "serde-human-readable", "macros", "local-offset", -- cgit v1.3.1