summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-10-28 06:10:17 -0700
committerGitHub <noreply@github.com>2023-10-28 15:10:17 +0200
commit857e0841c0f681efe5f03c47bd2b6da805e04f34 (patch)
treed7d86b04fe5e2033b94d3117af46683a980cc0f1 /cli
parent5b2d9fb8d4f13e6383a5eceb2227305445416298 (diff)
chore: bump quick-junit to 0.3.5 (#21004)
Towards #20996
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index bae8c4ab0..de5116350 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -103,7 +103,7 @@ once_cell.workspace = true
os_pipe.workspace = true
percent-encoding.workspace = true
pin-project.workspace = true
-quick-junit = "^0.3.3"
+quick-junit = "^0.3.5"
rand = { workspace = true, features = ["small_rng"] }
regex.workspace = true
ring.workspace = true