Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Jun 20, 2024
1 parent cfe32d2 commit 9e55a52
Show file tree
Hide file tree
Showing 4 changed files with 322 additions and 244 deletions.
67 changes: 30 additions & 37 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ readme = "../README.md"
ctrlc = "3.4.4"
fend-core.workspace = true
home = "0.5.9"
native-tls = { version = "0.2.11", optional = true }
native-tls = { version = "0.2.12", optional = true }
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
rustyline = { version = "14.0.0", default-features = false, features = ["with-file-history", "custom-bindings"] }
serde = { version = "1.0.202", default-features = false }
toml = { version = "0.8.13", default-features = false, features = ["parse"] }
serde = { version = "1.0.203", default-features = false }
toml = { version = "0.8.14", default-features = false, features = ["parse"] }
ureq = { version = "2.9.7", default-features = false, optional = true }

[target.'cfg(windows)'.dependencies]
Expand Down
Loading

0 comments on commit 9e55a52

Please sign in to comment.