Bump uuid to 1.1.2

This commit is contained in:
Kerollmops
2022-07-05 16:23:36 +02:00
parent 62692c171d
commit 1bfdcfc84f
2 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ smartstring = "1.0.1"
tempfile = "3.3.0"
thiserror = "1.0.31"
time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsing", "macros"] }
uuid = { version = "0.8.2", features = ["v4"] }
uuid = { version = "1.1.2", features = ["v4"] }
filter-parser = { path = "../filter-parser" }