Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
addiswebb committed Aug 19, 2024
1 parent 75ed5bc commit 63d9fa1
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 39 deletions.
82 changes: 51 additions & 31 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "automate"
version = "3.2.0"
version = "3.4.0"
edition = "2021"
rust-version = "1.76"

Expand All @@ -22,24 +22,24 @@ rdev = { version = "0.5.3", features = [
"serialize",
] } # For recording and simulating user input
# Saving
serde = { version = "1", features = ["derive"] } # For save and loading data
serde = { version = "1.0.208", features = ["derive"] } # For save and loading data
bincode = "1.3.3"
zip = "2.1.3"
zip = "2.1.6"
rfd = "0.14.1" # Cross platform file dialog
uuid = { version = "1.9.1", features = [
uuid = { version = "1.10.0", features = [
"v4",
] } # For keeping track of individual keyframes

# Logging
log = "0.4"
env_logger = "0.11.3"
log = "0.4.22"
env_logger = "0.11.5"

# Images
xcap = "0.0.10"
xcap = "0.0.11"
# fs_extra = "1.3.0"
image = "0.25.2"
# imageproc = "0.25.0"
opencv = { version = "0.92.1", default-features = true }
opencv = { version = "0.92.2", default-features = true }

[profile.dev.package."*"]
opt-level = 2

0 comments on commit 63d9fa1

Please sign in to comment.