Loosen dependencies

This commit is contained in:
Michael Pfaff 2021-01-24 14:09:34 -05:00
parent e06ca9108f
commit 392f435ded
Signed by: michael
GPG Key ID: E53B118B12B5C7F9
2 changed files with 6 additions and 6 deletions

2
Cargo.lock generated
View File

@ -1364,7 +1364,7 @@ dependencies = [
[[package]]
name = "tide_tracing"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"async-trait",
"chrono",

View File

@ -1,6 +1,6 @@
[package]
name = "tide_tracing"
version = "0.3.1"
version = "0.3.2"
authors = ["Michael Pfaff <michael@pfaff.dev>"]
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" }