Skip to content

Commit 18c8a47

Browse files
committed
Use specific versions of dev dependencies
Dev dependencies have been updated to specific versions to ensure consistency across builds.
1 parent b920fa9 commit 18c8a47

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ protoc-bin-vendored = { version = "3.1" }
6262
[dev-dependencies]
6363
clap = { version = "4.5.40" }
6464
cucumber = { version = "0.21.1", features = ["output-junit"] }
65-
hex = { version = "0.4" }
66-
mockall = { version = "0.13" }
67-
test-case = { version = "3.3" }
68-
tokio = { version = "1.44", default-features = false, features = [
65+
hex = { version = "0.4.3" }
66+
mockall = { version = "0.13.1" }
67+
test-case = { version = "3.3.1" }
68+
tokio = { version = "1.44.2", default-features = false, features = [
6969
"macros",
7070
"rt",
7171
"rt-multi-thread",

0 commit comments

Comments
 (0)