From 6c9a886789460da841ff16e6ac1b32b63d1f40be Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sun, 23 Oct 2022 16:19:18 -0700 Subject: [PATCH] Bump num-traits 0.2.15. Closes #734 --- protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 5fcfe4b..5b26877 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -14,7 +14,7 @@ cfb8 = "0.7.1" byteorder = "1.4.3" log = { version = "0.4.17", features = ["std"] } flate2 = { version = "1.0.24", features = ["rust_backend"], default-features = false } -num-traits = "0.2.14" +num-traits = "0.2.15" instant = "0.1.12" [dependencies.steven_shared]