Skip to content

Commit 59fd578

Browse files
dependabot[bot]lutter
authored andcommitted
build(deps): bump wiremock from 0.6.3 to 0.6.5
Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.6.3 to 0.6.5. - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md) - [Commits](LukeMathWalker/wiremock-rs@v0.6.3...v0.6.5) --- updated-dependencies: - dependency-name: wiremock dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bcfafaa commit 59fd578

File tree

3 files changed

+38
-25
lines changed

3 files changed

+38
-25
lines changed

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ anyhow = "1.0"
2121

2222
[dev-dependencies]
2323
tower-test = { git = "https://github.com/tower-rs/tower.git" }
24-
wiremock = "0.6.3"
24+
wiremock = "0.6.5"

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ object_store = { version = "0.12.3", features = ["gcp"] }
107107
clap.workspace = true
108108
maplit = "1.0.2"
109109
hex-literal = "1.0"
110-
wiremock = "0.6.3"
110+
wiremock = "0.6.5"
111111

112112
[build-dependencies]
113113
tonic-build = { workspace = true }

0 commit comments

Comments
 (0)