diff --git a/Cargo.lock b/Cargo.lock index ce67191..36c42ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,20 +568,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3465eaabbf2f3bf2a28a4ee66d16316071ef63c1ab9f336e833ea67f519c0348" dependencies = [ "bincode", - "build-info-common", + "build-info-common 0.0.38", "build-info-proc", ] [[package]] name = "build-info-build" -version = "0.0.38" +version = "0.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c967db0724d13dfcd67d6f54023bfd0f7093872810c1377f00c6b86ce507513f" +checksum = "e73a4a2bdb1e3fae84472b5a9f806208331eb89783bf9b19819cb1d8fbc6d5ec" dependencies = [ "anyhow", "base64 0.22.1", "bincode", - "build-info-common", + "build-info-common 0.0.39", "cargo_metadata", "chrono", "git2", @@ -604,6 +604,18 @@ dependencies = [ "serde", ] +[[package]] +name = "build-info-common" +version = "0.0.39" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b6fa54101dfbd88efc3981859e92c3d47c729ff54d5df73ec36505c337e5c5e" +dependencies = [ + "chrono", + "derive_more 1.0.0", + "semver 1.0.24", + "serde", +] + [[package]] name = "build-info-proc" version = "0.0.38" @@ -613,7 +625,7 @@ dependencies = [ "anyhow", "base64 0.22.1", "bincode", - "build-info-common", + "build-info-common 0.0.38", "chrono", "num-bigint", "num-traits", diff --git a/server/Cargo.toml b/server/Cargo.toml index 39436db..5ebd07c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -47,7 +47,7 @@ urlencoding = "2.1.3" xtracing = { version = "0.1.0", registry = "xinu" } [build-dependencies] -build-info-build = "0.0.38" +build-info-build = "0.0.39" [features] #default = [ "tantivy" ] diff --git a/web/Cargo.toml b/web/Cargo.toml index 3350b4b..53f4eb7 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -10,7 +10,7 @@ readme = "./README.md" edition = "2021" [build-dependencies] -build-info-build = "0.0.38" +build-info-build = "0.0.39" [dev-dependencies] wasm-bindgen-test = "0.3.33"