diff --git a/Cargo.lock b/Cargo.lock index a617c208b..2b95673b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1966,9 +1966,9 @@ dependencies = [ [[package]] name = "map-macro" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c9bebaac229c11635ec320295a7c70b5257343aa9105e80713d86db9faf35f" +checksum = "7c2efbd1385acc8dad8a2e56558e58d949d777741fe110f2ddf3472671dbe3e6" [[package]] name = "matchers" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 35c62ac97..09e91d9b9 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] anyhow = "1.0.70" chrono = "0.4.24" -map-macro = "0.2.5" +map-macro = "0.2.6" octocrab = "0.20.0" semver = "1.0.17" serde = "1.0.159"