File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.10.50] - 2023-04-09
6
+
7
+ ### Added
8
+
9
+ * Added ` CipherCtxRef::cipher_update_inplace ` .
10
+
5
11
## [ v0.10.49] - 2023-04-01
6
12
7
13
### Fixed
718
724
719
725
Look at the [ release tags] for information about older releases.
720
726
721
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.49...master
727
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.50...master
728
+ [ v0.10.50 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.49...openssl-v0.10.50
722
729
[ v0.10.49 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.48...openssl-v0.10.49
723
730
[ v0.10.48 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.47...openssl-v0.10.48
724
731
[ v0.10.47 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.46...openssl-v0.10.47
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.49 "
3
+ version = " 0.10.50 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " Apache-2.0"
6
6
description = " OpenSSL bindings"
@@ -30,7 +30,7 @@ libc = "0.2"
30
30
once_cell = " 1.5.2"
31
31
32
32
openssl-macros = { version = " 0.1.0" , path = " ../openssl-macros" }
33
- ffi = { package = " openssl-sys" , version = " 0.9.84 " , path = " ../openssl-sys" }
33
+ ffi = { package = " openssl-sys" , version = " 0.9.85 " , path = " ../openssl-sys" }
34
34
35
35
[dev-dependencies ]
36
36
hex = " 0.3"
You can’t perform that action at this time.
0 commit comments