From 6d83d5862fc60940340d03c4842e07c863125ce5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Jul 2025 16:26:38 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- server/Cargo.toml | 6 +++--- shared/Cargo.toml | 2 +- web/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 4ee764c..98d660c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -19,11 +19,11 @@ async-graphql-axum = "7.0.16" async-trait = "0.1.88" axum = { version = "0.8.3", features = ["ws"] } axum-macros = "0.5.0" -build-info = "0.0.40" +build-info = "0.0.41" cacher = { version = "0.2.0", registry = "xinu" } chrono = "0.4.40" clap = { version = "4.5.37", features = ["derive"] } -css-inline = "0.14.4" +css-inline = "0.15.0" futures = "0.3.31" headers = "0.4.0" html-escape = "0.2.13" @@ -52,7 +52,7 @@ urlencoding = "2.1.3" xtracing = { version = "0.3.2", registry = "xinu" } [build-dependencies] -build-info-build = "0.0.40" +build-info-build = "0.0.41" [features] #default = [ "tantivy" ] diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 351259f..e43c3ff 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -11,7 +11,7 @@ version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -build-info = "0.0.40" +build-info = "0.0.41" letterbox-notmuch = { path = "../notmuch", version = "0.17.26", registry = "xinu" } regex = "1.11.1" serde = { version = "1.0.219", features = ["derive"] } diff --git a/web/Cargo.toml b/web/Cargo.toml index 446f327..a869576 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace = true version.workspace = true [build-dependencies] -build-info-build = "0.0.40" +build-info-build = "0.0.41" [dev-dependencies] wasm-bindgen-test = "0.3.50" @@ -28,7 +28,7 @@ graphql_client = "0.14.0" thiserror = "2.0.12" gloo-net = { version = "0.6.0", features = ["json", "serde_json"] } human_format = "1.1.0" -build-info = "0.0.40" +build-info = "0.0.41" wasm-bindgen = "=0.2.100" uuid = { version = "1.16.0", features = [ "js",