From 392f435ded398fa7b6c3f9b5b7f0d85f82d028c7 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Sun, 24 Jan 2021 14:09:34 -0500 Subject: [PATCH] Loosen dependencies --- Cargo.lock | 2 +- Cargo.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76a20ee..47f1eab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1364,7 +1364,7 @@ dependencies = [ [[package]] name = "tide_tracing" -version = "0.3.1" +version = "0.3.2" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 46113e7..0ac08c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tide_tracing" -version = "0.3.1" +version = "0.3.2" authors = ["Michael Pfaff "] edition = "2018" @@ -8,7 +8,7 @@ edition = "2018" [dependencies] nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git" } -tide = { version = "0.15.0" } -tracing = { version = "0.1.15" } -async-trait = { version = "0.1.36" } -chrono = { version = "0.4.19" } +tide = { version = "0.15" } +tracing = { version = "0.1" } +async-trait = { version = "0.1" } +chrono = { version = "0.4" }