Skip to content

Commit

Permalink
chore(deps): update rust crate indexmap to 2.1.0 (#4248)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Nov 4, 2023
1 parent a9ba11f commit bfde524
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
38 changes: 19 additions & 19 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ hyper = "0.14"
hyper-rustls = "0.24.2"
hyper-staticfile = "0.9.5"
illumos-utils = { path = "illumos-utils" }
indexmap = "2.0.0"
indexmap = "2.1.0"
indicatif = { version = "0.17.7", features = ["rayon"] }
installinator = { path = "installinator" }
installinator-artifactd = { path = "installinator-artifactd" }
Expand Down
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "2739c18e80697aa6bc235c935176d14b4d757ee9", features = ["std"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
getrandom = { version = "0.2.10", default-features = false, features = ["js", "rdrand", "std"] }
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.0", features = ["raw"] }
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.2", features = ["raw"] }
hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13.2" }
hex = { version = "0.4.3", features = ["serde"] }
hyper = { version = "0.14.27", features = ["full"] }
indexmap = { version = "2.0.0", features = ["serde"] }
indexmap = { version = "2.1.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
ipnetwork = { version = "0.20.0", features = ["schemars"] }
itertools = { version = "0.10.5" }
Expand Down Expand Up @@ -138,11 +138,11 @@ futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "2739c18e80697aa6bc235c935176d14b4d757ee9", features = ["std"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
getrandom = { version = "0.2.10", default-features = false, features = ["js", "rdrand", "std"] }
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.0", features = ["raw"] }
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.2", features = ["raw"] }
hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13.2" }
hex = { version = "0.4.3", features = ["serde"] }
hyper = { version = "0.14.27", features = ["full"] }
indexmap = { version = "2.0.0", features = ["serde"] }
indexmap = { version = "2.1.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
ipnetwork = { version = "0.20.0", features = ["schemars"] }
itertools = { version = "0.10.5" }
Expand Down

0 comments on commit bfde524

Please sign in to comment.