diff --git a/Cargo.lock b/Cargo.lock index 820040df4..a948f080d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,9 +1401,9 @@ 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", @@ -1412,9 +1412,9 @@ dependencies = [ [[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", @@ -1431,9 +1431,9 @@ dependencies = [ [[package]] name = "build-info-common" -version = "0.0.38" +version = "0.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c88e36f2531db6136c2d42810698ced69af85872f4559c7b6dccb8e7c30485d2" +checksum = "8b6fa54101dfbd88efc3981859e92c3d47c729ff54d5df73ec36505c337e5c5e" dependencies = [ "chrono", "derive_more 1.0.0", @@ -1443,9 +1443,9 @@ 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", @@ -1454,7 +1454,7 @@ dependencies = [ "chrono", "num-bigint", "num-traits", - "proc-macro-error", + "proc-macro-error2", "proc-macro2", "quote", "serde_json", @@ -4278,6 +4278,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.74", +] + [[package]] name = "proc-macro2" version = "1.0.86" @@ -6850,7 +6872,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 9b1865f45..fbd606400 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ sqlx = { version = "0.8.2", features = [ ], default-features = false } tracing = { version = "0.1.40", default-features = false } bigdecimal = "0.4.3" -build-info = "0.0.38" +build-info = "0.0.39" tap_core = { git = "https://github.com/semiotic-ai/timeline-aggregation-protocol", rev = "ff856d9", default-features = false } tracing-subscriber = { version = "0.3", features = [ "json", diff --git a/service/Cargo.toml b/service/Cargo.toml index 835d68ddc..a88c4cb43 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -33,4 +33,4 @@ graphql = { git = "https://github.com/edgeandnode/toolshed", tag = "graphql-v0.3 hex-literal = "0.4.1" [build-dependencies] -build-info-build = { version = "0.0.38", default-features = false } +build-info-build = { version = "0.0.39", default-features = false }