Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ packages:
dependency: "direct main"
description:
name: dartssh2
sha256: bb242396c1d90f05c261b5eb8338cc67167e803c0948b0207029339cc568a66c
sha256: eba2540c6fb0c8a4553ab13cf23662402337a08bcfeb61d644eea8efdf389162
url: "https://pub.dev"
source: hosted
version: "2.13.0"
version: "2.14.0"
dbus:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
package_info_plus: ^9.0.0

# SSH 客户端
dartssh2: ^2.13.0
dartssh2: ^2.14.0

# 数据存储(已迁移到 JSON 文件)

Expand Down
Loading