diff --git a/Cargo.lock b/Cargo.lock index 3191f1c..3a73f7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -908,8 +908,9 @@ dependencies = [ [[package]] name = "console_log" -version = "0.1.0" -source = "git+http://git-private.h.xinu.tv/wathiede/console_log.git#164939887ebb4848ea35a0e30ea8b50736888b82" +version = "0.1.2" +source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/" +checksum = "e628484ff9348e6c256644436f215c0a9766867820da8cf161c567db1c877e32" dependencies = [ "log", "wasm-bindgen", @@ -7332,8 +7333,9 @@ checksum = "ea8b391c9a790b496184c29f7f93b9ed5b16abb306c05415b68bcc16e4d06432" [[package]] name = "xtracing" -version = "0.1.0" -source = "git+http://git-private.h.xinu.tv/wathiede/xtracing.git#ff3ac09b08ee4b01b88d3182ef2891ff53108f43" +version = "0.1.2" +source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/" +checksum = "206437814d817ca737a89e0c285f81543ca246e226fe511fd18dd23930e05a6b" dependencies = [ "chrono", "console-subscriber", diff --git a/server/Cargo.toml b/server/Cargo.toml index eefb86d..5ad8dc1 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -41,7 +41,8 @@ tracing = "0.1.41" url = "2.5.2" urlencoding = "2.1.3" #xtracing = { path = "../../xtracing" } -xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" } +#xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" } +xtracing = { version = "0.1.0", registry = "xinu" } [build-dependencies] build-info-build = "0.0.38" diff --git a/web/Cargo.toml b/web/Cargo.toml index d580232..6dc32f0 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -20,10 +20,10 @@ console_error_panic_hook = "0.1.7" log = "0.4.17" seed = { version = "0.10.0", features = ["routing"] } #seed = "0.9.2" -console_log = {git = "http://git-private.h.xinu.tv/wathiede/console_log.git"} +console_log = { version = "0.1.0", registry = "xinu" } serde = { version = "1.0.147", features = ["derive"] } -notmuch = {path = "../notmuch"} -shared = {path = "../shared"} +notmuch = { path = "../notmuch" } +shared = { path = "../shared" } itertools = "0.10.5" serde_json = { version = "1.0.93", features = ["unbounded_depth"] } chrono = "0.4.31"