diff --git a/Cargo.lock b/Cargo.lock index d23731697fa21..be5854776fffc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8395,9 +8395,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick-junit" -version = "0.5.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ee9342d671fae8d66b3ae9fd7a9714dfd089c04d2a8b1ec0436ef77aee15e5f" +checksum = "e3e64c58c4c88fc1045e8fe98a1b7cec3643187e3dd678f9bbcdd8f12a6933d6" dependencies = [ "chrono", "indexmap 2.12.0", diff --git a/Cargo.toml b/Cargo.toml index 0a577cde861d9..c7b144a1f270b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -408,7 +408,7 @@ ordered-float.workspace = true percent-encoding = { version = "2.3.1", default-features = false } postgres-openssl = { version = "0.5.1", default-features = false, features = ["runtime"], optional = true } pulsar = { version = "6.7.0", default-features = false, features = ["tokio-runtime", "auth-oauth2", "flate2", "lz4", "snap", "zstd"], optional = true } -quick-junit = { version = "0.5.1" } +quick-junit = { version = "0.6.0" } rand.workspace = true rand_distr.workspace = true rdkafka = { version = "0.39.0", default-features = false, features = ["curl-static", "tokio", "libz", "ssl", "zstd"], optional = true }