Skip to content

Commit

Permalink
Update Rust crate petgraph to 0.6.5 (#5758)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored May 14, 2024
1 parent 4eacb92 commit 978a437
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -371,7 +371,7 @@ paste = "1.0.15"
percent-encoding = "2.3.1"
peg = "0.8.3"
pem = "3.0"
petgraph = "0.6.4"
petgraph = "0.6.5"
postgres-protocol = "0.6.6"
predicates = "3.1.0"
pretty_assertions = "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ num-traits = { version = "0.2.19", features = ["i128", "libm"] }
openapiv3 = { version = "2.0.0", default-features = false, features = ["skip_serializing_defaults"] }
peg-runtime = { version = "0.8.3", default-features = false, features = ["std"] }
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
petgraph = { version = "0.6.4", features = ["serde-1"] }
petgraph = { version = "0.6.5", features = ["serde-1"] }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd", "std"] }
predicates = { version = "3.1.0" }
Expand Down Expand Up @@ -186,7 +186,7 @@ num-traits = { version = "0.2.19", features = ["i128", "libm"] }
openapiv3 = { version = "2.0.0", default-features = false, features = ["skip_serializing_defaults"] }
peg-runtime = { version = "0.8.3", default-features = false, features = ["std"] }
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
petgraph = { version = "0.6.4", features = ["serde-1"] }
petgraph = { version = "0.6.5", features = ["serde-1"] }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd", "std"] }
predicates = { version = "3.1.0" }
Expand Down

0 comments on commit 978a437

Please sign in to comment.