Skip to content

Commit e167626

Browse files
chore: update wasmtimer dependency (#777)
1 parent ec4d35d commit e167626

File tree

4 files changed

+12
-40
lines changed

4 files changed

+12
-40
lines changed

Cargo.lock

Lines changed: 9 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ chrono = "0.4.23"
8484
thiserror = "1.0.37"
8585
superstruct = "0.7.0"
8686
openssl = { version = "0.10", features = ["vendored"] }
87-
zduny-wasm-timer = "0.2.8"
8887
retri = "0.1.1"
8988
typenum = "1.17.0"
89+
wasmtimer = "0.4.3"
9090

9191
######################################
9292
# Top Level Dependencies

core/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ openssl.workspace = true
3636

3737
[target.'cfg(target_arch = "wasm32")'.dependencies]
3838
wasm-bindgen-futures = "0.4.33"
39-
gloo-timers = "0.3.0"
40-
wasmtimer = "0.2.0"
39+
wasmtimer.workspace = true
4140
getrandom = { version = "0.3.1", features = ["wasm_js"] }
4241

4342
[target.wasm32-unknown-unknown.dependencies]

ethereum/consensus-core/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ serde.workspace = true
2727
superstruct.workspace = true
2828
thiserror.workspace = true
2929
tracing.workspace = true
30-
zduny-wasm-timer.workspace = true
3130

3231
[target.'cfg(target_arch = "wasm32")'.dependencies]
3332
getrandom = { version = "0.2", features = ["js"] }
34-
wasmtimer = "0.2.0"
33+
wasmtimer.workspace = true
3534

3635
[dev-dependencies]
3736
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)