Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed May 1, 2024
1 parent 8486d9e commit 81ee2a9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ home = "0.5.9"
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.198", default-features = false }
serde = { version = "1.0.199", default-features = false }
toml = { version = "0.8.12", default-features = false, features = ["parse"] }
ureq = { version = "2.9.6", default-features = false, optional = true }
ureq = { version = "2.9.7", default-features = false, optional = true }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52.0", features = ["Win32_Foundation", "Win32_Storage_FileSystem"] }
Expand Down

0 comments on commit 81ee2a9

Please sign in to comment.