Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies group with 3 updates #63

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ graphing = ["dep:graphviz-rust"]
[dependencies]
opencv = { version = "0.86.1", default-features = false, features = ["dnn", "imgcodecs", "imgproc", "videoio"] } # Vision processing
tokio-serial = "5.4.1" # Async serial comms
tokio = { version = "1.33.0", features = ["full"] } # Async runtime
tokio = { version = "1.34.0", features = ["full"] } # Async runtime
anyhow = "1.0.75" # Error handling
itertools = "0.11.0" # Enhance iterators
num-traits = "0.2.17" # Numeric generics
derive-getters = "0.3.0" # Getter macro
async-trait = "0.1.74" # Async fns in trait definitions
futures = { version = "0.3.29", default-features = false, features = ["std"] }# Futures utilities
toml = "0.8.6" # Configuration file
serde = { version = "1.0.190", features = ["derive"] } # Config serial handling
toml = "0.8.8" # Configuration file
serde = { version = "1.0.192", features = ["derive"] } # Config serial handling
bytes = "1.5.0" # Byte buffering
uuid = { version = "1.5.0", features = ["v4", "fast-rng"] } # Unique IDs
graphviz-rust = { version = "0.6.6", optional = true } # Drawing graphs
Expand Down
Loading