Skip to content

Commit 427ac22

Browse files
authored
bump rust dependecies (#2501)
1 parent 92c4ce4 commit 427ac22

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/function_memory_game/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
[dependencies]
99
serde = { version = "1.0", features = ["derive"] }
1010
strum = "0.24"
11-
strum_macros = "0.23"
11+
strum_macros = "0.24"
1212
gloo = "0.4"
1313
nanoid = "0.4"
1414
rand = "0.8"

examples/function_todomvc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
[dependencies]
99
serde = { version = "1.0", features = ["derive"] }
1010
strum = "0.24"
11-
strum_macros = "0.23"
11+
strum_macros = "0.24"
1212
gloo = "0.6"
1313
yew = { path = "../../packages/yew" }
1414

examples/todomvc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77

88
[dependencies]
99
strum = "0.24"
10-
strum_macros = "0.23"
10+
strum_macros = "0.24"
1111
serde = "1"
1212
serde_derive = "1"
1313
yew = { path = "../../packages/yew" }

tools/changelog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
[dependencies]
1010
anyhow = "1"
1111
chrono = "0.4"
12-
git2 = "0.13"
12+
git2 = "0.14"
1313
regex = "1"
1414
reqwest = { version = "0.11", features = ["blocking", "json"] }
1515
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)