diff --git a/integrations/github/Cargo.toml b/integrations/github/Cargo.toml index 5439db0..b2d1904 100644 --- a/integrations/github/Cargo.toml +++ b/integrations/github/Cargo.toml @@ -29,7 +29,7 @@ async-trait = "0.1" chrono = { version = "0.4", features = ["serde"] } futures = "0.3.24" jsonwebtoken = { version = "8" } -mockito = "0.31" +mockito = "1.0" parking_lot = { version = "0.12" } reqwest = { version = "0.11", features = ["json"] } secrecy = { version = "0.8", features = ["serde"] }