diff --git a/Cargo.lock b/Cargo.lock index 8f4e245..3d24585 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4382,7 +4382,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.14.0", "proc-macro2", "quote", "syn 2.0.98", @@ -7281,7 +7281,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]] @@ -7534,9 +7534,9 @@ checksum = "c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4" [[package]] name = "xtracing" -version = "0.2.1" +version = "0.3.0" source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/" -checksum = "9f85395d838f1291b753a39203ba19fc8b0507117a0738784a390814f7958bce" +checksum = "2229a7a9341c59bdf81ff1b58b135e92e1afc8749cde68fb1595968d88aebd6f" dependencies = [ "chrono", "console-subscriber", diff --git a/server/Cargo.toml b/server/Cargo.toml index a85aafd..f4f337b 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -47,7 +47,7 @@ url = "2.5.2" urlencoding = "2.1.3" #xtracing = { path = "../../xtracing" } #xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" } -xtracing = { version = "0.2.0", registry = "xinu" } +xtracing = { version = "0.3.0", registry = "xinu" } letterbox-notmuch = { version = "0.8.2", path = "../notmuch", registry = "xinu" } letterbox-shared = { version = "0.8.2", path = "../shared", registry = "xinu" }