Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vicajilau committed Feb 8, 2025
1 parent b835a31 commit d4802cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- Fixed streams and channel not closing after receiving SSH_Message_Channel_Close [#116]. [@cbenhagen].
- Fixed lint issues.
- Added tests.
- Updated dependencies.

## [2.11.0] - 2024-11-19
- Fixed Type 'Uint8' not found issue.
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: dartssh2
version: 2.11.0
version: 2.12.0
description: SSH and SFTP client written in pure Dart, aiming to be feature-rich as well as easy to use.
homepage: https://github.com/TerminalStudio/dartssh2

environment:
sdk: ">=2.17.0 <4.0.0"

dependencies:
asn1lib: ^1.5.3
convert: ^3.1.1
meta: ^1.15.0
asn1lib: ^1.5.8
convert: ^3.1.2
meta: ^1.16.0
pointycastle: ^3.9.1
pinenacl: ^0.6.0

dev_dependencies:
build_runner: ^2.4.12
dart_code_metrics_presets: ^2.15.0
dart_code_metrics_presets: ^2.20.0
lints: ">=4.0.0 <6.0.0"
test: ^1.25.8
test: ^1.25.15

false_secrets:
- test

0 comments on commit d4802cc

Please sign in to comment.