From 4dba2a2fbdc00303085011925e90166732f58ccc Mon Sep 17 00:00:00 2001 From: Nordine Bittich Date: Thu, 21 Nov 2024 14:44:56 +0100 Subject: [PATCH] bump dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af501fb..d25640b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,12 +12,12 @@ repository = "https://github.com/nbittich/tortank" [dependencies] nom = "7.1.3" -serde = "1.0.196" -serde_derive = "1.0.196" -uuid = { version = "1.7.0", features = ["v4"] } +serde = "1.0.215" +serde_derive = "1.0.215" +uuid = { version = "1.11.0", features = ["v4"] } -serde_json = "1.0.112" -chrono = "0.4.33" +serde_json = "1.0.133" +chrono = "0.4.38" # The profile that 'cargo dist' will build with [profile.release]