Skip to content

Commit 69f6b49

Browse files
Bump indexmap from 1.9.3 to 2.0.0
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.3 to 2.0.0. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@1.9.3...2.0.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29a76c6 commit 69f6b49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

console_backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde_json = "1"
2727
serde_yaml = "0.9"
2828
anyhow = { version = "1", features = ["backtrace"] }
2929
clap = { version = "4.1", features = ["derive"] }
30-
indexmap = { version = "1.9.3", features = ["serde"] }
30+
indexmap = { version = "2.0.0", features = ["serde"] }
3131
chrono = { version = "0.4.26", features = [
3232
"serde",
3333
"clock",

0 commit comments

Comments
 (0)