diff --git a/Cargo.lock b/Cargo.lock index c7b1de7..875c765 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ [[package]] name = "acridotheres_core" version = "0.1.1" -source = "git+https://github.com/acridotheres/core.git?branch=main#09f79b1038676c2f0af4373e84dead26de722407" +source = "git+https://github.com/acridotheres/core.git?tag=v0.1.1#451081afea0fb101834ee0da02351c2023833030" dependencies = [ "chrono", "crc32fast", @@ -228,9 +228,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.11" +version = "4.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3" +checksum = "c53aa12ec67affac065e7c7dd20a42fa2a4094921b655711d5d3107bb3d52bed" dependencies = [ "clap_builder", "clap_derive", @@ -238,9 +238,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.11" +version = "4.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa" +checksum = "efbdf2dd5fe10889e0c61942ff5d948aaf12fd0b4504408ab0cbb1916c2cffa9" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 61514f4..d5ee0ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -acridotheres_core = { git = "https://github.com/acridotheres/core.git", branch = "main" } +acridotheres_core = { git = "https://github.com/acridotheres/core.git", tag="v0.1.1" } byte-unit = { version = "5.1.4", features = ["u128"] } clap = { version = "4.5.7", features = ["derive"] }