Update to tide 0.16

This commit is contained in:
Michael Pfaff 2021-05-08 20:05:02 -04:00
parent 392f435ded
commit 783f5e4df9
Signed by: michael
GPG Key ID: E53B118B12B5C7F9
3 changed files with 3 additions and 1664 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/target /target
Cargo.lock

1662
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tide_tracing" name = "tide_tracing"
version = "0.3.2" version = "0.4.0"
authors = ["Michael Pfaff <michael@pfaff.dev>"] authors = ["Michael Pfaff <michael@pfaff.dev>"]
edition = "2018" edition = "2018"
@ -8,7 +8,7 @@ edition = "2018"
[dependencies] [dependencies]
nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git" } nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git" }
tide = { version = "0.15" } tide = { version = "0.16" }
tracing = { version = "0.1" } tracing = { version = "0.1" }
async-trait = { version = "0.1" } async-trait = { version = "0.1" }
chrono = { version = "0.4" } chrono = { version = "0.4" }