Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 8498b75

Browse files
dependabot-preview[bot]mvines
authored andcommitted
Bump indexmap from 1.3.2 to 1.4.0
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/bluss/indexmap/releases) - [Commits](indexmap-rs/indexmap@1.3.2...1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent a23085d commit 8498b75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ crossbeam-channel = "0.4"
2424
ed25519-dalek = "=1.0.0-pre.3"
2525
fs_extra = "1.1.0"
2626
flate2 = "1.0"
27-
indexmap = "1.3"
27+
indexmap = "1.4"
2828
itertools = "0.9.0"
2929
jsonrpc-core = "14.1.0"
3030
jsonrpc-core-client = { version = "14.1.0", features = ["ws"] }

tokens/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clap = "2.33.0"
1414
console = "0.11.3"
1515
csv = "1.1.3"
1616
dirs = "2.0.2"
17-
indexmap = "1.3.2"
17+
indexmap = "1.4.0"
1818
indicatif = "0.14.0"
1919
pickledb = "0.4.1"
2020
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)