Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 0fcbef2

Browse files
Bump wasm-timer from 0.2.4 to 0.2.5 (paritytech#7578)
Bumps [wasm-timer](https://github.com/tomaka/wasm-timer) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/tomaka/wasm-timer/releases) - [Commits](https://github.com/tomaka/wasm-timer/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40e08ee commit 0fcbef2

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

Cargo.lock

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

client/telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1818
parking_lot = "0.10.0"
1919
futures = "0.3.4"
2020
futures-timer = "3.0.1"
21-
wasm-timer = "0.2.0"
21+
wasm-timer = "0.2.5"
2222
libp2p = { version = "0.30.1", default-features = false, features = ["dns", "tcp-async-std", "wasm-ext", "websocket"] }
2323
log = "0.4.8"
2424
pin-project = "0.4.6"

primitives/consensus/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ codec = { package = "parity-scale-codec", version = "1.3.1", features = ["derive
3333
parking_lot = "0.10.0"
3434
serde = { version = "1.0", features = ["derive"] }
3535
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.8.0"}
36-
wasm-timer = "0.2.4"
36+
wasm-timer = "0.2.5"
3737

3838
[dev-dependencies]
3939
futures = "0.3.4"

0 commit comments

Comments
 (0)