Skip to content

Commit fc74624

Browse files
authored
Merge pull request #297 from mikeee/chore/pin-deps
chore: pin indexmap
2 parents 213ff4c + a0c3280 commit fc74624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dapr/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ deranged = "=0.4.0" # TODO: Remove pinned - linked to axum_test
3535
time = "=0.3.41" # TODO: Remove pinned - linked to axum_test
3636
time-core = "=0.1.4" # TODO: Remove pinned - linked to axum_test
3737
time-macros = "=0.2.22" # TODO: Remove pinned - linked to axum_test
38+
indexmap = "=2.11.4"
3839

3940
once_cell = "1.19"
4041
dapr = { path = "./" }

0 commit comments

Comments
 (0)