Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Jun 23, 2024
1 parent c0a5797 commit 6203877
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 58 deletions.
99 changes: 50 additions & 49 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions rvimage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,29 +43,29 @@ eframe = { version = "0.27.2", default-features = false, features = [
"persistence", # Enable restoring app state when restarting the app.
] }
futures = { version = "0.3", optional = true }
httparse = "~1.8"
httparse = "1.9.4"
image = "0.25.1"
imageproc = "~0.25"
lazy_static = "1.4.0"
imageproc = "0.25.0"
lazy_static = "1.5.0"
log = "0.4"
percent-encoding = "2.3.1"
rand = "0.8.5"
regex = "1.10.4"
regex = "1.10.5"
reqwest = { version = "0.12.4", features = ["blocking", "json"] }
rfd = "0.14.0"
rusttype = "0.9.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
ssh2 = { version = "0.9", features = ["vendored-openssl"] }
toml = "0.8.13"
toml = "0.8.14"
walkdir = "2.5"
tokio = { version = "1.37.0", optional = true }
tokio = { version = "1.38.0", optional = true }
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
exmex = "0.20.1"
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-appender = "0.2"
backtrace = "0.3.71"
zip = "2.1.1"
backtrace = "0.3.73"
zip = "2.1.3"
rvimage-domain = "0.4.5"
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.7", features = ["derive"] }

0 comments on commit 6203877

Please sign in to comment.