diff --git a/Cargo.lock b/Cargo.lock index 348e8077..b642ca44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,9 +565,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.42" +version = "4.5.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33a7e468e750fa4b6be660e8b5651ad47372e8fb114030b594c2d75d48c5ffd0" +checksum = "0952013545c9c6dca60f491602655b795c6c062ab180c9cb0bccb83135461861" dependencies = [ "clap", ] @@ -2695,9 +2695,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "regress" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f56e622c2378013c6c61e2bd776604c46dc1087b2dc5293275a0c20a44f0771" +checksum = "78ef7fa9ed0256d64a688a3747d0fef7a88851c18a5e1d57f115f38ec2e09366" dependencies = [ "hashbrown", "memchr", @@ -3935,9 +3935,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index f28983a1..b35b61ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ base64 = "0.22.1" built = { version = "0.7.5", features = ["git2"] } chrono = { version = "0.4.39", features = ["serde"] } clap = { version = "4.5.27", features = ["derive", "string", "env", "wrap_help"] } -clap_complete = "4.5.42" +clap_complete = "4.5.43" colored = "2.2.0" crossterm = { version = "0.27.0", features = [ "event-stream" ] } dialoguer = "0.10.4" @@ -46,7 +46,7 @@ rand = "0.8.5" ratatui = "0.26.3" rcgen = "0.10.0" regex = "1.11.1" -regress = "0.10.2" +regress = "0.10.3" reqwest = "0.12.12" rustfmt-wrapper = "0.2.1" schemars = { version = "0.8.20", features = ["chrono", "uuid1"] } @@ -62,7 +62,7 @@ tokio = { version = "1.43.0", features = ["full"] } toml = "0.8.19" toml_edit = "0.22.22" url = "2.5.4" -uuid = { version = "1.12.0", features = ["serde", "v4"] } +uuid = { version = "1.12.1", features = ["serde", "v4"] } # The profile that 'cargo dist' will build with [profile.dist]