diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-10-28 06:10:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-28 15:10:17 +0200 |
commit | 857e0841c0f681efe5f03c47bd2b6da805e04f34 (patch) | |
tree | d7d86b04fe5e2033b94d3117af46683a980cc0f1 /cli | |
parent | 5b2d9fb8d4f13e6383a5eceb2227305445416298 (diff) |
chore: bump quick-junit to 0.3.5 (#21004)
Towards #20996
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
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 |