diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
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] |