diff --git a/Cargo.toml b/Cargo.toml index fe29944..cad5086 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ exclude = [".github", ".gitpod.yml"] [dependencies] serde = { version = "1.0.199", features = ["derive"] } serde_json = "1.0.115" -guid-create = { version="0.3.1", features = [ +guid-create = { version="0.4.0", features = [ "serde", ] } http = "1.1.0"