Skip to content

Commit

Permalink
bump some deps, and cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Jul 10, 2023
1 parent 96f5c2b commit b989231
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 36 deletions.
111 changes: 77 additions & 34 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 sync-color-schemes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config = { path = "../config" }
env_logger = "0.10"
futures = "0.3"
lazy_static = "1.4"
libflate = "1"
libflate = "2"
log = "0.4"
reqwest = "0.11"
rusqlite = {version="0.27", features=["bundled", "blob"]}
Expand Down
2 changes: 1 addition & 1 deletion wezterm-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ k9 = "0.11.0"
once_cell = "1.8"
predicates = "3.0"
env_logger = "0.10"
rstest = "0.17"
rstest = "0.18"
shell-words = "1.1"
smol-potat = "1.1.2"
termwiz = { version = "0.22", path = "../termwiz" }
Expand Down

0 comments on commit b989231

Please sign in to comment.