Bump version & update dependencies

This commit is contained in:
Michael Pfaff 2024-05-20 12:31:13 -04:00
parent 9ee5fad44a
commit 73a706b856
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tide_tracing"
version = "0.6.3"
version = "0.7.0"
authors = ["Michael Pfaff <michael@pfaff.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
@ -10,4 +10,4 @@ nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git", tag = "v0.2.0", defa
tide = { version = "0.16", default-features = false }
tracing = "0.1"
async-trait = "0.1"
num_enum = "0.5"
num_enum = "0.7"