diff --git a/Cargo.lock b/Cargo.lock index 4eca03d..91ddfbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,9 +86,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.21" +version = "4.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" +checksum = "69371e34337c4c984bbe322360c2547210bf632eb2814bbe78a6e87a2935bd2b" dependencies = [ "clap_builder", "clap_derive", @@ -96,9 +96,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.21" +version = "4.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" +checksum = "6e24c1b4099818523236a8ca881d2b45db98dadfb4625cf6608c12069fcbbde1" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index e7004a4..e222b71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" yultsur = { git = "https://github.com/fe-lang/yultsur", branch = "parser" } sonatina-ir = { git = "https://github.com/fe-lang/sonatina", branch = "main", package = "sonatina-ir" } sonatina-triple = { git = "https://github.com/fe-lang/sonatina", branch = "main", package = "sonatina-triple" } -clap = { version = "4.5.21", features = ["derive"] } +clap = { version = "4.5", features = ["derive"] } [dev-dependencies] dir-test = "0.4.0"