Skip to content

Commit 74a411f

Browse files
authored
Merge pull request #2186 from rustwasm/dependabot/cargo/humantime-2
Update humantime requirement from 1 to 2
2 parents dd93d83 + 8e6b3c0 commit 74a411f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/performance/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
wasm-bindgen = "0.2.63"
12-
humantime = "1"
12+
humantime = "2"
1313

1414
[dependencies.web-sys]
1515
version = "0.3.4"

0 commit comments

Comments
 (0)