From 1f04ba20788105365f4b584cf36267e02e0ec24f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 26 Feb 2025 00:02:02 +0000 Subject: [PATCH] fix(deps): update rust crate build-info to 0.0.40 --- Cargo.lock | 51 ++++++++++++++++++++++++++++++++++++++--------- server/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 4 files changed, 45 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 28e4780..032383b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -562,12 +562,12 @@ dependencies = [ [[package]] name = "build-info" -version = "0.0.39" +version = "0.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24c8169feaff1e5d9686706c0a56a54ed0422d2df41fa1c543e53f7cea0e70d4" +checksum = "288657edd15bfa5a7f30ca3b123c1af2c503eaf218e517fa10bc9063dbc2ad99" dependencies = [ "bincode", - "build-info-common", + "build-info-common 0.0.40", "build-info-proc", ] @@ -580,7 +580,7 @@ dependencies = [ "anyhow", "base64 0.22.1", "bincode", - "build-info-common", + "build-info-common 0.0.39", "cargo_metadata", "chrono", "git2", @@ -604,15 +604,27 @@ dependencies = [ ] [[package]] -name = "build-info-proc" -version = "0.0.39" +name = "build-info-common" +version = "0.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c5458d2f0ed8bb88f7f6b5706460ca55fab08db16456ea03b920691b4cac163" +checksum = "8524ad59f5958f37f95e66bf6c9a8fa8440c4f56c069247c44244434cfca3eb1" +dependencies = [ + "chrono", + "derive_more 2.0.1", + "semver 1.0.25", + "serde", +] + +[[package]] +name = "build-info-proc" +version = "0.0.40" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b58fb02636d968e8327d84a5a256df9704ac27a1eda98429c35dbe50a278f69" dependencies = [ "anyhow", "base64 0.22.1", "bincode", - "build-info-common", + "build-info-common 0.0.40", "chrono", "num-bigint", "num-traits", @@ -1341,7 +1353,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" dependencies = [ - "derive_more-impl", + "derive_more-impl 1.0.0", +] + +[[package]] +name = "derive_more" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" +dependencies = [ + "derive_more-impl 2.0.1", ] [[package]] @@ -1356,6 +1377,18 @@ dependencies = [ "unicode-xid", ] +[[package]] +name = "derive_more-impl" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.98", + "unicode-xid", +] + [[package]] name = "devise" version = "0.4.2" diff --git a/server/Cargo.toml b/server/Cargo.toml index 439269d..24c107c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0.79" async-graphql = { version = "7", features = ["log"] } async-graphql-rocket = "7" async-trait = "0.1.81" -build-info = "0.0.39" +build-info = "0.0.40" cacher = { version = "0.1.0", registry = "xinu" } chrono = "0.4.39" clap = { version = "4.5.23", features = ["derive"] } diff --git a/shared/Cargo.toml b/shared/Cargo.toml index ea07176..7473b32 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -11,6 +11,6 @@ version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -build-info = "0.0.39" +build-info = "0.0.40" letterbox-notmuch = { version = "0.9.4", path = "../notmuch", registry = "xinu" } serde = { version = "1.0.147", features = ["derive"] } diff --git a/web/Cargo.toml b/web/Cargo.toml index 3cf2b63..5ad54ae 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -28,7 +28,7 @@ graphql_client = "0.14.0" thiserror = "2.0.0" gloo-net = { version = "0.6.0", features = ["json", "serde_json"] } human_format = "1.1.0" -build-info = "0.0.39" +build-info = "0.0.40" wasm-bindgen = "=0.2.100" uuid = { version = "1.13.1", features = [ "js",