diff options
author | Vika <vika@fireburn.ru> | 2023-02-27 00:26:56 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-02-27 00:26:56 +0300 |
commit | 3985d0f551236e5413e0807239f75d178f82ff3d (patch) | |
tree | b1251edacff5c199b46adc162283dd5abc506005 /kittybox-rs/Cargo.toml | |
parent | 86c6a9dbace2053fc012078e210bccb0470c5a6d (diff) | |
download | kittybox-3985d0f551236e5413e0807239f75d178f82ff3d.tar.zst |
mockito: 0.30.0 -> 0.32.3
Diffstat (limited to 'kittybox-rs/Cargo.toml')
-rw-r--r-- | kittybox-rs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kittybox-rs/Cargo.toml b/kittybox-rs/Cargo.toml index bb6c021..566cb57 100644 --- a/kittybox-rs/Cargo.toml +++ b/kittybox-rs/Cargo.toml @@ -53,7 +53,7 @@ features = ["axum"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] -mockito = "^0.30.0" # HTTP mocking for Rust. +mockito = "^0.32.3" # HTTP mocking for Rust. tempdir = "^0.3.7" # A library for managing a temporary directory and deleting all contents when it's dropped wiremock = "^0.5.14" faker_rand = "^0.1.1" # Seedable, rand-compatible generators of fake data |