Skip to content

Commit 36cc291

Browse files
committed
Update dependencies
- tokio 1.44 dev: - mockito 1.7 - tempfile 3.19
1 parent 7ea0a43 commit 36cc291

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0"
2727
serde_with = { version = "3.12", default-features = false, features = ["macros"] }
2828
shellwords = "1.1"
29-
tokio = { version = "1.43", features = ["fs", "sync", "time"] }
29+
tokio = { version = "1.44", features = ["fs", "sync", "time"] }
3030
tokio-util = { version = "0.7", features = ["codec"] }
3131

3232
[dev-dependencies]
3333
dotenvy = "0.15"
3434
env_logger = "0.11"
35-
mockito = "1.6"
35+
mockito = "1.7"
3636
pretty_assertions = "1.4"
3737
regex = "1.11"
38-
tempfile = "3.16"
39-
tokio = { version = "1.43", features = ["fs", "io-util", "macros", "rt-multi-thread"] }
38+
tempfile = "3.19"
39+
tokio = { version = "1.44", features = ["fs", "io-util", "macros", "rt-multi-thread"] }
4040
toml = "0.8"
4141

4242
[[example]]

0 commit comments

Comments
 (0)