Update nrid dependency

This commit is contained in:
Michael Pfaff 2022-05-30 13:38:03 -04:00
parent 86d3cefb00
commit f14bd9d4c2
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git", tag = "v0.2.0", default-features = false }
nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git", tag = "v0.3.0", default-features = false }
tide = { version = ">=0.16, <=0.17.0-beta.1", default-features = false }
tracing = "0.1"
async-trait = "0.1"