Skip to content

Commit 24b63c7

Browse files
chore(deps): update wiremock requirement from =0.5.22 to =0.6.5
Updates the requirements on [wiremock](https://github.com/LukeMathWalker/wiremock-rs) to permit the latest version. - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md) - [Commits](LukeMathWalker/wiremock-rs@v0.5.22...v0.6.5) --- updated-dependencies: - dependency-name: wiremock dependency-version: 0.6.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dad8995 commit 24b63c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

opentelemetry-exporter-geneva/geneva-uploader-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ workspace = true
2626

2727
[dev-dependencies]
2828
otlp_builder = { path = "examples/otlp_builder" }
29-
wiremock = "=0.5.22"
29+
wiremock = "=0.6.5"
3030
base64 = "0.22"
3131
chrono = "0.4"

opentelemetry-exporter-geneva/geneva-uploader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tokio = { version = "1", features = ["full"] }
3535
rcgen = "0.14"
3636
openssl = { version = "0.10", features = ["vendored"] }
3737
tempfile = "3.5"
38-
wiremock = "=0.5.22"
38+
wiremock = "=0.6.5"
3939
futures = "0.3"
4040
num_cpus = "1.16"
4141
lz4_flex = { version = "0.11" }

stress/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ num_cpus = "1.15.0"
2626
num-format = "0.4.4"
2727
sysinfo = { version = "0.36", optional = true }
2828
tokio = { version = "1", features = ["full", "test-util"] }
29-
wiremock = "=0.5.22"
29+
wiremock = "=0.6.5"
3030
futures = "0.3"
3131

3232
opentelemetry-appender-tracing = { version = "0.31", features= ["spec_unstable_logs_enabled"] }

0 commit comments

Comments
 (0)