From ef7b5d66fedb3e52b73c7c7a1649518b8ddd9f02 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 31 Jan 2025 18:37:12 +0100 Subject: [PATCH] update some outdated dependencies --- satrs/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index 966b391..c333c71 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -51,7 +51,7 @@ version = "0.8" optional = true [dependencies.downcast-rs] -version = "1.2" +version = "2" default-features = false optional = true @@ -92,7 +92,7 @@ serde = "1" zerocopy = "0.8" once_cell = "1" serde_json = "1" -rand = "0.8" +rand = "0.9" tempfile = "3" [dev-dependencies.postcard] @@ -104,7 +104,6 @@ std = [ "downcast-rs/std", "alloc", "bus", - "postcard/use-std", "crossbeam-channel/std", "serde/std", "spacepackets/std",