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

Commit

Permalink
Bump indexmap from 1.0.2 to 1.1.0 (#5565)
Browse files Browse the repository at this point in the history
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Commits](indexmap-rs/indexmap@1.0.2...v1.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and mvines committed Aug 23, 2019
1 parent 97ea75a commit f1ad69c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ crc = { version = "1.8.1", optional = true }
crossbeam-channel = "0.3"
dir-diff = "0.3.1"
fs_extra = "1.1.0"
indexmap = "1.0"
indexmap = "1.1"
itertools = "0.8.0"
jsonrpc-core = "13.0.0"
jsonrpc-derive = "13.0.0"
Expand Down
2 changes: 1 addition & 1 deletion programs/move_loader_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.4"
byteorder = "1.3.2"
indexmap = "1.0.2"
indexmap = "1.1.0"
libc = "0.2.62"
log = "0.4.8"
serde = "1.0.99"
Expand Down

0 comments on commit f1ad69c

Please sign in to comment.