diff --git a/bots/finishingbot/Cargo.lock b/bots/finishingbot/Cargo.lock index 6a07908b..176e5889 100644 --- a/bots/finishingbot/Cargo.lock +++ b/bots/finishingbot/Cargo.lock @@ -475,7 +475,7 @@ dependencies = [ "chrono", "clap", "criterion", - "git2 0.21.0", + "git2", "gitbot-shared-context", "glob", "globset", @@ -614,19 +614,6 @@ dependencies = [ "wasip3", ] -[[package]] -name = "git2" -version = "0.20.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" -dependencies = [ - "bitflags 2.11.0", - "libc", - "libgit2-sys", - "log", - "url", -] - [[package]] name = "git2" version = "0.21.0" @@ -644,7 +631,7 @@ name = "gitbot-shared-context" version = "0.1.0" dependencies = [ "chrono", - "git2 0.20.4", + "git2", "glob", "lexpr", "notify", @@ -2351,9 +2338,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.23.1" +version = "1.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" +checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/bots/finishingbot/Cargo.toml b/bots/finishingbot/Cargo.toml index e3add925..57eb2aea 100644 --- a/bots/finishingbot/Cargo.toml +++ b/bots/finishingbot/Cargo.toml @@ -56,7 +56,7 @@ chrono = { version = "0.4.44", features = ["serde"] } # Fleet integration (optional) gitbot-shared-context = { path = "../../shared-context", optional = true } -uuid = { version = "1.23.1", features = ["v4", "serde"], optional = true } +uuid = { version = "1.23.2", features = ["v4", "serde"], optional = true } [features] default = []