Skip to content

Commit 65804dd

Browse files
Pi-Clalpil
authored andcommitted
Bump mockito to 1.4 and toml to 0.8
See https://github.com/lipanski/mockito/releases/tag/1.0.0 for the migration guide I referenced
1 parent 32fab65 commit 65804dd

File tree

2 files changed

+219
-161
lines changed

2 files changed

+219
-161
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ base16 = { version = "0.2", features = ["alloc"] }
4545
# HTTP client
4646
reqwest = { version = "0.12", features = ["json"] }
4747
# HTTP mock server
48-
mockito = "0.31.1"
48+
mockito = "1.4"
4949
# Async runtime
5050
tokio = { version = "1", features = ["full"] }
5151
# toml encoding
52-
toml = "0.5"
52+
toml = "0.8"
5353

5454
[build-dependencies]
5555
# Protobuf code generation

0 commit comments

Comments
 (0)