diff --git a/Cargo.lock b/Cargo.lock index 4e113bf..2899a52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -114,7 +114,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -258,11 +258,12 @@ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" [[package]] name = "bilrost" -version = "0.1010.2" +version = "0.1014.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "727e8ccb46389934208ec8ad5204eba0300e6f81346c3192cce4315ebac2ff26" +checksum = "be62a88fe2e8da9012cbf81085cc86f53ce9a8584507180e3eb9918a9b77b02f" dependencies = [ - "bilrost-derive", + "autocfg", + "bilrost-derive 0.1014.1", "bytes", "thin-vec", ] @@ -280,6 +281,19 @@ dependencies = [ "syn 2.0.114", ] +[[package]] +name = "bilrost-derive" +version = "0.1014.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a770fdbaa701326b4fe9400bb5dada1ec01a8b026f078154f010ffed544a5da1" +dependencies = [ + "eyre", + "itertools 0.14.0", + "proc-macro2", + "quote", + "syn 2.0.114", +] + [[package]] name = "bindgen" version = "0.72.1" @@ -1178,7 +1192,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", +] + +[[package]] +name = "eyre" +version = "0.6.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" +dependencies = [ + "indenter", + "once_cell", ] [[package]] @@ -1772,6 +1796,12 @@ dependencies = [ "icu_properties", ] +[[package]] +name = "indenter" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5" + [[package]] name = "indexmap" version = "1.9.3" @@ -2306,7 +2336,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2367,7 +2397,7 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "chrono", "getrandom 0.2.17", "http", @@ -2656,7 +2686,7 @@ dependencies = [ "anyhow", "base64 0.22.1", "bilrost", - "bilrost-derive", + "bilrost-derive 0.1010.2", "serde", "sha2", "thiserror 2.0.18", @@ -3394,7 +3424,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3632,7 +3662,7 @@ dependencies = [ "aes-gcm", "anyhow", "argon2", - "base64 0.21.7", + "base64 0.22.1", "block-padding", "blowfish", "buffered-reader", @@ -4171,7 +4201,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4191,7 +4221,7 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8c27177b12a6399ffc08b98f76f7c9a1f4fe9fc967c784c5a071fa8d93cf7e1" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -4908,7 +4938,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 04cd44d..e3833cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ tracing = "0.1" # Serialization serde = { version = "1", features = ["derive"] } serde_json = "1" -bilrost = "0.1010.2" +bilrost = "0.1014.0" bilrost-derive = "0.1010.2" # Hashing