Skip to content

Commit

Permalink
update petgraph and daggy
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Sep 25, 2023
1 parent 3a78a73 commit 54245f4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 19 deletions.
48 changes: 32 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions imageflow_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ blake2-rfc = "0.2"

## Crate-specific dependencies
threadpool = "1"
petgraph = "0.4" #Upgrade to 0.5
daggy = "0.5" # Upgrade to 0.6
petgraph = "0.6" #Upgrade to
daggy = "0.8" # Upgrade to

smallvec = "1"
itertools = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion imageflow_core/src/flow/execution_engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ impl<'a> OpCtxMut<'a> {



use daggy::walker::Walker;
use petgraph::visit::Walker;
use crate::flow::definitions::NodeResult::Frame;
use crate::codecs::NamedEncoders::LodePngEncoder;

Expand Down

0 comments on commit 54245f4

Please sign in to comment.