From d4824f196ea4e53f7809e21990f9f311120b85d6 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 23 Oct 2024 04:26:31 +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 87b469e..8a1f300 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,9 +24,9 @@ thiserror = {version = "1.0.48"} async-trait = "0.1.73" uuid = { version = "1.4.1", features = ["v4", "serde"]} futures = "0.3.28" -nats = "0.24.0" +nats = "0.25.0" clap = {version = "4.4.5", features = ["derive"]} -toml_edit = {version = "0.20.0",features = ["serde"]} +toml_edit = {version = "0.22.0",features = ["serde"]} serde = {version = "1.0.188", features = ["derive"]} serde_json = {version = "1.0.107"} prost = {version = "0.12"} @@ -37,8 +37,8 @@ tempfile = {version = "3.8.0"} genco = {version = "0.17.6"} walkdir = {version = "2.4.0"} regex = {version = "1.9.5"} -inquire = {version = "0.6.2"} -sqlx = {version = "0.7.2", default-features = false, features = ["migrate", "macros", "postgres", "runtime-tokio", "tls-rustls", "chrono", "json", "uuid" ]} +inquire = {version = "0.7.0"} +sqlx = {version = "0.8.0", default-features = false, features = ["migrate", "macros", "postgres", "runtime-tokio", "tls-rustls", "chrono", "json", "uuid" ]} chrono = {version = "0.4.31", features = ["serde"]} pretty_assertions = "1.4.0" \ No newline at end of file