diff --git a/Cargo.lock b/Cargo.lock index 1c1d1d1..84a30a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2804,9 +2804,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.20.1" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca676d9ba1a322c1b64eb8045a5ec5c0cfb0c9d08e15e9ff622589ad5221c8fe" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index fd0bcc7..b2b30e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,13 +20,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.2",features = ["serde"]} serde = {version = "1.0.188", features = ["derive"]} prost = {version = "0.12"} prost-types = {version = "0.12"} @@ -35,7 +35,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"} sqlx = {version = "0.7.2", default-features = false, features = ["migrate", "macros", "postgres", "runtime-tokio", "tls-rustls", "chrono" ]}