Skip to content

Commit a79b088

Browse files
Bump indexmap from 1.8.2 to 1.9.1
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.8.2 to 1.9.1. - [Release notes](https://github.com/bluss/indexmap/releases) - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@1.8.2...1.9.1) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 047eebf commit a79b088

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 10 additions & 4 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
@@ -32,7 +32,7 @@ directories = "4"
3232
anyhow = { version = "1", features = ["backtrace"] }
3333
serde_yaml = "0.8.24"
3434
clap = { version = "3.2.5", features = ["derive"] }
35-
indexmap = { version = "1.8.2", features = ["serde"] }
35+
indexmap = { version = "1.9.1", features = ["serde"] }
3636
serde_json = { version = "1" }
3737
crossbeam = "0.8"
3838
rand = "0.8.5"

0 commit comments

Comments
 (0)