Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Oct 26, 2023
1 parent abc8ffd commit 5302d08
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 34 deletions.
82 changes: 49 additions & 33 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ home = "0.5.5"
nanorand = { version = "0.7.0", default-features = false, features = ["std", "wyrand"] }
native-tls = { version = "0.2.11", optional = true }
rustyline = { version = "12.0.0", default-features = false, features = ["with-file-history", "custom-bindings"] }
serde = { version = "1.0.189", default-features = false }
serde = { version = "1.0.190", default-features = false }
toml = { version = "0.8.2", default-features = false, features = ["parse"] }
ureq = { version = "2.8.0", default-features = false, optional = true }

Expand Down

0 comments on commit 5302d08

Please sign in to comment.