From eee9028b2c1a32c3979126995eeaf89effe1b126 Mon Sep 17 00:00:00 2001 From: Matthias Goergens Date: Mon, 29 Apr 2024 13:56:34 +0800 Subject: [PATCH] Upgrade dependencies for the library --- rrs-lib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rrs-lib/Cargo.toml b/rrs-lib/Cargo.toml index 8cc8654..1b0b5e6 100644 --- a/rrs-lib/Cargo.toml +++ b/rrs-lib/Cargo.toml @@ -14,5 +14,5 @@ repository = "https://github.com/GregAC/rrs/tree/main/rrs-lib" [dependencies] paste = "1.0" -downcast-rs = "1.2.0" -num_enum = "0.5.3" +downcast-rs = "1.2.1" +num_enum = "0.7.2"