From 434d955ea0f3b4dadd2e6439cf8888eb43468dd1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Feb 2025 20:15:26 +0000 Subject: [PATCH] fix(deps): update rust crate build-info to 0.0.39 --- Cargo.lock | 50 ++++++++++++++++++++++++++++------------------- server/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 4 files changed, 33 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a320857..e38b3a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,12 +563,12 @@ dependencies = [ [[package]] name = "build-info" -version = "0.0.38" +version = "0.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3465eaabbf2f3bf2a28a4ee66d16316071ef63c1ab9f336e833ea67f519c0348" +checksum = "24c8169feaff1e5d9686706c0a56a54ed0422d2df41fa1c543e53f7cea0e70d4" dependencies = [ "bincode", - "build-info-common 0.0.38", + "build-info-common", "build-info-proc", ] @@ -581,7 +581,7 @@ dependencies = [ "anyhow", "base64 0.22.1", "bincode", - "build-info-common 0.0.39", + "build-info-common", "cargo_metadata", "chrono", "git2", @@ -592,18 +592,6 @@ dependencies = [ "zstd", ] -[[package]] -name = "build-info-common" -version = "0.0.38" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c88e36f2531db6136c2d42810698ced69af85872f4559c7b6dccb8e7c30485d2" -dependencies = [ - "chrono", - "derive_more 1.0.0", - "semver 1.0.24", - "serde", -] - [[package]] name = "build-info-common" version = "0.0.39" @@ -618,18 +606,18 @@ dependencies = [ [[package]] name = "build-info-proc" -version = "0.0.38" +version = "0.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58463d44fa27e9afbf377c0f5661eaf8d3b69b1a4a45b0fa601b822ccf7512e8" +checksum = "5c5458d2f0ed8bb88f7f6b5706460ca55fab08db16456ea03b920691b4cac163" dependencies = [ "anyhow", "base64 0.22.1", "bincode", - "build-info-common 0.0.38", + "build-info-common", "chrono", "num-bigint", "num-traits", - "proc-macro-error", + "proc-macro-error2", "proc-macro2", "quote", "serde_json", @@ -4234,6 +4222,28 @@ dependencies = [ "version_check", ] +[[package]] +name = "proc-macro-error-attr2" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" +dependencies = [ + "proc-macro2", + "quote", +] + +[[package]] +name = "proc-macro-error2" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" +dependencies = [ + "proc-macro-error-attr2", + "proc-macro2", + "quote", + "syn 2.0.90", +] + [[package]] name = "proc-macro-hack" version = "0.5.20+deprecated" diff --git a/server/Cargo.toml b/server/Cargo.toml index 5ebd07c..b26f52a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.79" async-graphql = { version = "7", features = ["log"] } async-graphql-rocket = "7" async-trait = "0.1.81" -build-info = "0.0.38" +build-info = "0.0.39" 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 b5489e9..24d8b4f 100644 --- a/shared/Cargo.toml +++ b/shared/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] -build-info = "0.0.38" +build-info = "0.0.39" notmuch = { path = "../notmuch" } serde = { version = "1.0.147", features = ["derive"] } diff --git a/web/Cargo.toml b/web/Cargo.toml index 53f4eb7..b90547b 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -32,7 +32,7 @@ thiserror = "1.0.50" seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", branch = "main" } gloo-net = { version = "0.4.0", features = ["json", "serde_json"] } human_format = "1.1.0" -build-info = "0.0.38" +build-info = "0.0.39" wasm-bindgen = "0.2.95" [package.metadata.wasm-pack.profile.release]