Skip to content

Commit

Permalink
Update dependencies in Cargo.toml and Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Dessera committed Apr 5, 2024
1 parent 68fa39c commit fd22109
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 32 deletions.
61 changes: 55 additions & 6 deletions Cargo.lock

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

12 changes: 1 addition & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ name = "app_lib"

[dependencies]
aes-gcm = { version = "0.10.3", features = ["std"] }
anyhow = "1.0.81"
clap = { version = "4.5.4", features = ["derive"] }
dirs = "5.0.1"
dotenv = "0.15.0"
Expand All @@ -22,16 +21,7 @@ rand = "0.8.5"
rpassword = "7.3.1"
serde = { version = "1.0.197", features = ["derive"] }
thiserror = "1.0.58"
tokio = { version = "1.36.0", features = [
"fs",
"io-util",
"net",
"rt",
"rt-multi-thread",
"macros",
"time",
"sync",
] }
tokio = { version = "1.37.0", features = ["full"] }
toml = "0.8.12"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
15 changes: 0 additions & 15 deletions jlud.toml

This file was deleted.

0 comments on commit fd22109

Please sign in to comment.