Skip to content

Commit

Permalink
build(deps): update russh requirement from 0.48 to 0.49
Browse files Browse the repository at this point in the history
Updates the requirements on [russh](https://github.com/warp-tech/russh) to permit the latest version.
- [Release notes](https://github.com/warp-tech/russh/releases)
- [Commits](Eugeny/russh@v0.48.0...v0.49.1)

---
updated-dependencies:
- dependency-name: russh
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 9db1b1c commit bc4ec6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tree-sitter-html = { git = "https://github.com/honhimW/tree-sitter-html" }
tree-sitter-ron = { git = "https://github.com/honhimW/tree-sitter-ron" }
#tree-sitter-html = "0.23"
#tree-sitter-ron = { path = "ratisui-tree-sitter-ron" }
russh = { version = "0.48", default-features = false }
russh = { version = "0.49", default-features = false }
async-trait = "0.1.83"
# git crates

Expand Down

0 comments on commit bc4ec6a

Please sign in to comment.