Skip to content

Commit bc85bab

Browse files
fix(deps): update rust crate indexmap to 2.3.0 (v2) (#1609)
* fix(deps): update rust crate indexmap to 2.3.0 * Aktualisieren von Cargo.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <[email protected]>
1 parent 0c1077f commit bc85bab

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

plugins/sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ futures-core = "0.3"
2727
sqlx = { version = "0.8", features = [ "json", "time" ] }
2828
time = "0.3"
2929
tokio = { version = "1", features = [ "sync" ] }
30-
indexmap = { version = "2.2.6", features = [ "serde" ] }
30+
indexmap = { version = "2", features = [ "serde" ] }
3131

3232
[features]
3333
sqlite = [ "sqlx/sqlite", "sqlx/runtime-tokio" ]

0 commit comments

Comments
 (0)