diff --git a/Cargo.toml b/Cargo.toml index ccb84c4..ce1cd31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ uuid = { version = "1.15.1", features = ["serde", "v4"] } anyhow = "1.0.86" serde_json = "1.0.124" time = { version = "0.3.37", features = ["parsing", "serde", "formatting"] } -kinded = { version = "0.3.0" } +kinded = { version = "0.4.0" } [dev-dependencies] tokio = { version = "1", features = ["full"] }