From b20e573753641668ea2c94a17f722c9562b884e7 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 15 Jun 2024 06:16:12 +0800 Subject: [PATCH] Update deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d5a10e0..0f1ed90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,15 +15,15 @@ coveralls = {repository = "sile/rustracing"} [dependencies] crossbeam-channel = "0.5" -hostname = "0.3.0" +hostname = "0.4.0" percent-encoding = "2.1.0" rand = "0.8.3" rustracing = "0.6" -thrift_codec = "0.2" +thrift_codec = "0.3" trackable = "1" [target.'cfg(not(target_os="android"))'.dependencies] -local-ip-address = "0.5.1" +local-ip-address = "0.6.1" [dev-dependencies] bytecodec = "0.4"