Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
najamelan committed Feb 9, 2025
1 parent 087a97f commit a157f50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"

Expand All @@ -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"]
Expand Down
12 changes: 6 additions & 6 deletions Cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }
Expand Down

0 comments on commit a157f50

Please sign in to comment.