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 <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2024-08-01 12:13:49 +02:00
committed by GitHub
parent 0c1077f6d5
commit bc85babc87
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ futures-core = "0.3"
sqlx = { version = "0.8", features = [ "json", "time" ] }
time = "0.3"
tokio = { version = "1", features = [ "sync" ] }
indexmap = { version = "2.2.6", features = [ "serde" ] }
indexmap = { version = "2", features = [ "serde" ] }
[features]
sqlite = [ "sqlx/sqlite", "sqlx/runtime-tokio" ]