From 52eeda2f2c9401bbb334f82b95f56ca87a4ce367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 21 Jul 2020 01:03:23 +0200 Subject: [PATCH] aquatic_udp_bench: bump indicatif version --- Cargo.lock | 4 ++-- aquatic_udp_bench/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dca2d5..792e410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -882,9 +882,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49a68371cf417889c9d7f98235b7102ea7c54fc59bcbd22f3dea785be9d27e40" +checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4" dependencies = [ "console", "lazy_static", diff --git a/aquatic_udp_bench/Cargo.toml b/aquatic_udp_bench/Cargo.toml index 9829f26..6e39c8a 100644 --- a/aquatic_udp_bench/Cargo.toml +++ b/aquatic_udp_bench/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1" aquatic_cli_helpers = { path = "../aquatic_cli_helpers" } aquatic_udp = { path = "../aquatic_udp" } crossbeam-channel = "0.4" -indicatif = "0.14" +indicatif = "0.15" mimalloc = { version = "0.1", default-features = false } num-format = "0.4" rand = { version = "0.7", features = ["small_rng"] }