From f9c8ebbd12257277e7a12a9ec42ab656d66fb6bc Mon Sep 17 00:00:00 2001 From: hozan23 Date: Wed, 13 Mar 2024 02:10:14 +0100 Subject: update dependencies --- core/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'core') diff --git a/core/Cargo.toml b/core/Cargo.toml index 66c9f05..7e7e511 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -7,17 +7,17 @@ edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -smol = "1.3.0" +smol = "2.0.0" pin-project-lite = "0.2.13" -log = "0.4.20" +log = "0.4.21" bincode = "2.0.0-rc.3" -chrono = "0.4.30" +chrono = "0.4.35" rand = "0.8.5" -thiserror = "1.0.47" +thiserror = "1.0.58" dirs = "5.0.1" -async-task = "4.5.0" +async-task = "4.7.0" -ed25519-dalek = { version = "2.1.0", features = ["rand_core"], optional = true} +ed25519-dalek = { version = "2.1.1", features = ["rand_core"], optional = true} [features] -- cgit v1.2.3