Skip to content

Commit

Permalink
Bump indexmap from 1.9.3 to 2.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent 147fb59 commit 0d687b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.37", features = ["extra
futures-core = { version = "0.3.28" }
futures-sink = { version = "0.3.28" }
futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] }
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
indexmap = { version = "2.0.0", default-features = false, features = ["std"] }
libc = { version = "0.2.148", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
rustix = { version = "0.38.14", features = ["fs", "termios"] }
Expand All @@ -59,7 +59,7 @@ libc = { version = "0.2.148", features = ["extra_traits"] }
futures-core = { version = "0.3.28" }
futures-sink = { version = "0.3.28" }
futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] }
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
indexmap = { version = "2.0.0", default-features = false, features = ["std"] }
libc = { version = "0.2.148", features = ["extra_traits"] }
miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] }
rustix = { version = "0.38.14", features = ["fs", "termios"] }
Expand All @@ -72,7 +72,7 @@ libc = { version = "0.2.148", features = ["extra_traits"] }
futures-core = { version = "0.3.28" }
futures-sink = { version = "0.3.28" }
futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] }
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
indexmap = { version = "2.0.0", default-features = false, features = ["std"] }
tokio = { version = "1.32.0", default-features = false, features = ["net"] }
winapi = { version = "0.3.9", default-features = false, features = ["basetsd", "consoleapi", "handleapi", "jobapi2", "minwinbase", "minwindef", "ntsecapi", "processenv", "processthreadsapi", "psapi", "std", "synchapi", "winbase", "wincon", "winerror", "winnt", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
windows-sys = { version = "0.48.0", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_Registry", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Time", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
Expand Down

0 comments on commit 0d687b9

Please sign in to comment.