Commit 02b21c7
authored
Update CRT submodules to latest releases (#1318)
* Update to latest CRT dependencies and prepare release for:
* `mountpoint-s3-crt-sys`
* `mountpoint-s3-crt`
* `mountpoint-s3-client`
```$ cargo package -p mountpoint-s3-crt-sys --no-verify --allow-dirty
Packaging mountpoint-s3-crt-sys v0.12.1
(/local/home/evdolgy/mountpoint-s3/mountpoint-s3-crt-sys)
Updating crates.io index
Packaged 2171 files, 39.4MiB (7.0MiB compressed)
```
### Does this change impact existing behavior?
No.
### Does this change need a changelog entry? Does it require a version change?
`Unreleased` sections were aded in crates' change logs.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
Signed-off-by: Evgeny (Zhenia) Dolgii <[email protected]>1 parent 17cfb00 commit 02b21c7
File tree
6 files changed
+11
-3
lines changed- mountpoint-s3-client
- mountpoint-s3-crt-sys
- crt
- mountpoint-s3-crt
6 files changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
Submodule aws-c-http updated 16 files
- include/aws/http/connection_manager.h+8
- include/aws/http/private/h1_stream.h+17-15
- source/connection_manager.c+4
- source/h1_connection.c+18-18
- source/h1_encoder.c+1-1
- source/h1_stream.c+26-22
- tests/CMakeLists.txt+99-99
- tests/test_connection_manager.c+25-27
- tests/test_connection_monitor.c+17-19
- tests/test_h1_decoder.c+37-37
- tests/test_h1_encoder.c+100-135
- tests/test_localhost_integ.c+1-3
- tests/test_proxy.c+20-22
- tests/test_random_access_set.c+6-6
- tests/test_stream_manager.c+1-1
- tests/test_tls.c+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments