Skip to content

Commit

Permalink
Merge branch 'develop' into feature/check-remote-on-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf authored Dec 10, 2024
2 parents 0cc5753 + 7205236 commit f5e567d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
[dependencies]
aead = { version = "0.5.2", features = ["std"] }
aes-gcm = "0.10.3"
anyhow = "1.0.93"
anyhow = "1.0.94"
app_dirs2 = "2.5.5"
clap = { version = "4.5.21", features = ["cargo"] }
clap = { version = "4.5.23", features = ["cargo"] }
educe = "0.6.0"
futures-macro = "0.3.31"
futures-util = "0.3.31"
Expand All @@ -23,9 +23,9 @@ rpassword = "7.3.1"
rusqlite = { version = "0.32.1", features = ["bundled"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "2.0.3"
tokio = { version = "1.41.1", features = ["fs", "macros", "rt", "rt-multi-thread"] }
tokio-util = { version = "0.7.12", features = ["io"] }
thiserror = "2.0.6"
tokio = { version = "1.42.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
tokio-util = { version = "0.7.13", features = ["io"] }
tracing = "0.1.40"
tracing-appender = "0.2.3"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit f5e567d

Please sign in to comment.