Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Mar 13, 2024
1 parent 33bfa95 commit 5d7606a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ native-tls = { version = "0.2.11", 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.197", default-features = false }
toml = { version = "0.8.10", default-features = false, features = ["parse"] }
toml = { version = "0.8.11", default-features = false, features = ["parse"] }
ureq = { version = "2.9.6", default-features = false, optional = true }

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

0 comments on commit 5d7606a

Please sign in to comment.