Skip to content

Commit d4802cc

Browse files
committed
Updated dependencies
1 parent b835a31 commit d4802cc

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- Fixed streams and channel not closing after receiving SSH_Message_Channel_Close [#116]. [@cbenhagen].
33
- Fixed lint issues.
44
- Added tests.
5+
- Updated dependencies.
56

67
## [2.11.0] - 2024-11-19
78
- Fixed Type 'Uint8' not found issue.

Diff for: pubspec.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
name: dartssh2
2-
version: 2.11.0
2+
version: 2.12.0
33
description: SSH and SFTP client written in pure Dart, aiming to be feature-rich as well as easy to use.
44
homepage: https://github.com/TerminalStudio/dartssh2
55

66
environment:
77
sdk: ">=2.17.0 <4.0.0"
88

99
dependencies:
10-
asn1lib: ^1.5.3
11-
convert: ^3.1.1
12-
meta: ^1.15.0
10+
asn1lib: ^1.5.8
11+
convert: ^3.1.2
12+
meta: ^1.16.0
1313
pointycastle: ^3.9.1
1414
pinenacl: ^0.6.0
1515

1616
dev_dependencies:
1717
build_runner: ^2.4.12
18-
dart_code_metrics_presets: ^2.15.0
18+
dart_code_metrics_presets: ^2.20.0
1919
lints: ">=4.0.0 <6.0.0"
20-
test: ^1.25.8
20+
test: ^1.25.15
2121

2222
false_secrets:
2323
- test

0 commit comments

Comments
 (0)