From a157f50bbd7d213e0f5b858eb54989380f67c281 Mon Sep 17 00:00:00 2001 From: Naja Melan Date: Tue, 4 Feb 2025 20:48:05 +0100 Subject: [PATCH] update dependencies --- Cargo.toml | 14 +++++++------- Cargo.yml | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9067087..f4b3410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rustc_version = "^0.4" js-sys = "^0.3" log = "^0.4" send_wrapper = "^0.6" -thiserror = "^1" +thiserror = "^2" wasm-bindgen = "^0.2" wasm-bindgen-futures = "^0.4" @@ -35,9 +35,9 @@ version = "^0.3" [dev-dependencies] bytes = "^1" console_error_panic_hook = "^0.1" -console_log = "^0.2" -rand = "^0.8" -rand_xoshiro = "^0.6" +console_log = "^1" +rand = "^0.9" +rand_xoshiro = "^0.7" serde_cbor = "^0.11" wasm-bindgen-test = "^0.3" @@ -46,11 +46,11 @@ features = ["tokio_io"] version = "^0.3" [dev-dependencies.asynchronous-codec] -version = "^0.6" +version = "^0.7" [dev-dependencies.getrandom] -features = ["js"] -version = "^0.2" +features = [] +version = "^0.3" [dev-dependencies.serde] features = ["derive"] diff --git a/Cargo.yml b/Cargo.yml index 508e744..04659b3 100644 --- a/Cargo.yml +++ b/Cargo.yml @@ -83,7 +83,7 @@ dependencies: # private deps # js-sys : ^0.3 - thiserror : ^1 + thiserror : ^2 send_wrapper : ^0.6 wasm-bindgen : ^0.2 wasm-bindgen-futures : ^0.4 @@ -96,13 +96,13 @@ dev-dependencies: async_io_stream : { version: ^0.3, features: [ tokio_io ] } bytes : ^1 console_error_panic_hook : ^0.1 - console_log : ^0.2 + console_log : ^1 # flexi_logger : ^0.16 - asynchronous-codec : { version: ^0.6 } + asynchronous-codec : { version: ^0.7 } # pretty_assertions : ^0.6 - rand : ^0.8 - rand_xoshiro : ^0.6 - getrandom : { version: ^0.2, features: [js] } + rand : ^0.9 + rand_xoshiro : ^0.7 + getrandom : { version: ^0.3, features: [] } serde : { version: ^1, features: [ derive ] } serde_cbor : ^0.11 tokio : { version: ^1 }