diff --git a/Cargo.lock b/Cargo.lock index 9df642c..ab9f826 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ dependencies = [ [[package]] name = "built" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d17f4d6e4dc36d1a02fbedc2753a096848e7c1b0772f7654eab8e2c927dd53" +checksum = "41bfbdb21256b87a8b5e80fab81a8eed158178e812fd7ba451907518b2742f16" dependencies = [ "cargo-lock", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9705045..f9167db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,5 +32,5 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } rand = "0.8.5" [build-dependencies] -built = { version = "0.7.1", features = ["git2", "chrono", "dependency-tree"] } +built = { version = "0.7.2", features = ["git2", "chrono", "dependency-tree"] } lalrpop = { version = "0.20.1", default-features = false }