diff --git a/Cargo.toml b/Cargo.toml index f14f6d2..acff2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,7 +170,7 @@ tokio = { version = "1.37.0", optional = true, features = [ tonic = { version = "0.12.1", features = [ "tls", ], optional = true } -rocket_okapi = { version = "0.8.0", optional = true, default-features = false } +rocket_okapi = { version = "0.9.0", optional = true, default-features = false } schemars = {version = "0.8.21", optional = true} tonic-types = { version = "0.12.1", optional = true }