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" }