diff --git a/Cargo.toml b/Cargo.toml index 34312a3d5..7b94744a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ schemars = "0.8" dunce = "1" specta = "=2.0.0-rc.20" # TODO: remove when specta releases rc.21 -specta-util = { version = "^0.0.7", default-features = false, features = [ +specta-util = { version = "^0.0.9", default-features = false, features = [ "export", ] } glob = "0.3"