From 3c4905cde9d1eb5df5c25aa2763d1fa9cfd76d8c Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Thu, 21 Oct 2021 11:16:43 -0500 Subject: [PATCH] Published tracing deps --- Cargo.lock | 6 ++++-- Cargo.toml | 6 ++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb53c1b..bdfecd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2655,7 +2655,8 @@ dependencies = [ [[package]] name = "tracing-actix-web" version = "0.4.0-beta.15" -source = "git+https://github.com/asonix/tracing-actix-web?branch=asonix/update-deps#1dbfa67f88e4f1fc8a1b800a8a47c606114b8334" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5d25e8e2381e03c36530607daea5663488a21a1b75db0431cf9b961e9ca8a02" dependencies = [ "actix-web", "pin-project", @@ -2678,7 +2679,8 @@ dependencies = [ [[package]] name = "tracing-awc" version = "0.1.0-beta.6" -source = "git+https://git.asonix.dog/asonix/tracing-awc?branch=main#282e715969b4d29b8490de1f2a6311a5e3764f7a" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf90c391b9e519449554c325aea5ebfce3d0b525f193428250b0cb5389d6e13" dependencies = [ "actix-http", "awc", diff --git a/Cargo.toml b/Cargo.toml index 7c94b77..9f7e938 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ sled = "0.34.6" structopt = "0.3.12" thiserror = "1.0" tracing = "0.1" -tracing-awc = { version = "0.1.0-beta.5", git = "https://git.asonix.dog/asonix/tracing-awc", branch = "main" } +tracing-awc = { version = "0.1.0-beta.6" } tracing-error = "0.1" tracing-futures = "0.2" tracing-log = "0.1" @@ -66,9 +66,7 @@ default-features = false features = ["client", "server", "sha-2"] [dependencies.tracing-actix-web] -version = "0.4.0-beta.13" -git = "https://github.com/asonix/tracing-actix-web" -branch = "asonix/update-deps" +version = "0.4.0-beta.15" [build-dependencies] anyhow = "1.0"