Skip to content

Commit

Permalink
Bump minimum indexmap version to match usage (#5217)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-apollo committed May 24, 2024
1 parent bc3a85c commit 3be474b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-federation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ time = { version = "0.3.34", default-features = false, features = [
"local-offset",
] }
derive_more = "0.99.17"
indexmap = "2.1.0"
indexmap = "2.2.3"
lazy_static = "1.4.0"
multimap = "0.10.0"
petgraph = "0.6.4"
Expand Down

0 comments on commit 3be474b

Please sign in to comment.