From 22e01460430a857e1211b07e9a23128f3276c405 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 1 Oct 2023 20:39:16 +0000 Subject: [PATCH] chore(deps): update all dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 44d7313..24816a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,13 +16,13 @@ tokio = { version = "1", features = ["full"] } tokio-stream = {version = "0.1.14"} tracing = { version = "0.1", features = ["log"] } tracing-subscriber = "0.3.17" -thiserror = {version = "1.0.48"} +thiserror = {version = "1.0.49"} async-trait = "0.1.73" uuid = { version = "1.4.1", features = ["v4"]} futures = "0.3.28" nats = "0.24.0" -clap = {version = "4.4.5", features = ["derive"]} -toml_edit = {version = "0.20.0",features = ["serde"]} +clap = {version = "4.4.6", features = ["derive"]} +toml_edit = {version = "0.20.1",features = ["serde"]} serde = {version = "1.0.188", features = ["derive"]} prost = {version = "0.12"} prost-types = {version = "0.12"} @@ -31,7 +31,7 @@ bytes = {version = "1.5"} tempfile = {version = "3.8.0"} genco = {version = "0.17.6"} walkdir = {version = "2.4.0"} -regex = {version = "1.9.5"} +regex = {version = "1.9.6"} inquire = {version = "0.6.2"} pretty_assertions = "1.4.0" \ No newline at end of file