1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 17:27:42 +02:00
Commit Graph

115 Commits

Author SHA1 Message Date
53036ce9c4 build(deps): bump tokio from 1.44.1 to 1.44.2 (#663)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.44.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-07 22:09:50 +00:00
2615a19e28 build(deps): update itertools requirement from 0.13 to 0.14 (#631)
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 10:40:41 +00:00
ecba6e21da chore: fmt project 2024-12-29 14:27:58 +00:00
77588aba81 build(deps): update rcgen requirement from 0.12 to 0.13 (#590)
* build(deps): update rcgen requirement from 0.12 to 0.13

Updates the requirements on [rcgen](https://github.com/rustls/rcgen) to permit the latest version.
- [Commits](https://github.com/rustls/rcgen/compare/v0.12.0...v0.13.1)

---
updated-dependencies:
- dependency-name: rcgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix rcgen tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-08-06 23:54:18 +00:00
3696cda155 --- (#562)
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 19:06:51 +00:00
24be36b18d chore: prepare actix-tls release v3.4.0 2024-05-18 18:14:26 +01:00
73451070db actix-tls: Disable default features for rustls 0.23 via tokio-rustls 0.26 (#560)
* actix-tls: Disable default features for rustls 0.23 via tokio-rustls 0.26

This also fixes a panic in accept-rustls due to both ring and aws-lc-rs
being enabled for that example

* Switch a test from aws-lc-rs to ring since aws-lc-rs is no longer enabled in dev-dependencies

* Switch another test from aws-lc-rs to ring since aws-lc-rs is no longer enabled in dev-dependencies

* Go the other way - use aws_lc_rs instead of ring

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-05-12 21:09:59 +00:00
db7988609e feat(actix-tls): support for rustls 0.23 (#554)
* Add feature for using rustls 0.23

* Fix mistake

* Fix use of wrong tokio rustls package

* Fix accept openssl test

* Use rustls 0.23 for the example

* Install nasm in CI step for windows

* Change outdated step name

* Fix CI mistake

* test: install default crypto provider in tests

* docs: update changelog

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-05-12 18:47:49 +00:00
1db640f62e chore: update env logger 2024-05-12 19:10:27 +01:00
57fd6ea809 chore(actix-tls): prepare release 3.3.0 (#530) 2024-02-03 20:26:15 +00:00
9a3f3eef6a test(tls): fix accept-openssl test 2024-02-03 17:01:47 +00:00
e427911cdb feat(tls): rustls-0_22 create feature 2024-02-03 16:39:21 +00:00
968ad3b854 chore(actix-tls): prepare release 3.2.0 2024-01-17 04:26:46 +00:00
079f0f66f0 chore(tls): clippy 2024-01-17 04:23:48 +00:00
02ac0bb4f7 feat(tls): add accept::rustls_0_22 module 2023-12-16 00:23:11 +00:00
951e46186b feat: add rustls v0.22 support (#513) 2023-12-06 04:04:39 +00:00
9edc0b393a feat(tls): add crate feature for rustls native root certs (#506) 2023-12-06 01:39:13 +00:00
1945fa0675 feat: added suport to http crate 1.0 (#508)
* chore: use same feature

* test: add test for new http version added

* stylistic review

---------

Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-12-06 00:18:17 +00:00
f967562ac4 chore: specify external types for each crate (#496) 2023-10-30 00:07:28 +00:00
14272a1762 chore: force secure rustls-webpki 2023-08-29 18:45:11 +01:00
7e043048a0 chore(actix-tls): prepare release 3.1.1 2023-08-29 18:41:48 +01:00
45a7dcba90 chore(tls): fix min rustls version 2023-08-29 18:40:55 +01:00
5029beb866 prepare actix-tls release 3.1.0 2023-08-26 18:05:39 +01:00
0bc310a656 Rustls v0.21 support (#480) 2023-08-26 14:59:51 +01:00
8d5d1dbf6f bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00
4cbe741230 use secure openssl version 2023-04-01 22:26:08 +01:00
80320a0325 use secure tokio version range 2023-04-01 22:24:10 +01:00
c0693da9ba update msrv to 1.60 (#482
* update msrv to 1.60

* inherit workspace msrv
2023-04-01 21:39:19 +01:00
c60d2f9ddb use doc_auto_cfg 2023-04-01 05:18:22 +01:00
d13461b337 use secure tokio version range
see RUSTSEC-2023-0001

part of actix/actix-web#2962
2023-01-10 08:56:41 +00:00
8d964713c9 fix futures-util version range 2022-12-21 20:36:26 +00:00
00654aadc5 use direct tokio exports where possible 2022-10-30 20:25:13 +00:00
68228a6cf2 update dev deps 2022-10-21 03:23:40 +01:00
d5a9a6a1c5 prepare actix-utils release 3.0.1 2022-10-21 03:15:48 +01:00
25209f5bd8 use impl-more in -tls 2022-10-17 04:14:09 +01:00
283974f3e6 Make actix-codec an optional dependency (#459) 2022-06-23 17:27:36 +01:00
855e3f96fe prepare actix-tls release 3.0.4 2022-03-15 19:43:47 +00:00
0cd70b0536 use tracing for logs (#451) 2022-03-15 19:37:08 +00:00
217cbd2228 bump tokio-util to 0.7 (#446) 2022-02-15 01:47:27 +00:00
5e290d76f8 prepare actix-tls release 3.0.2 2022-01-28 22:11:21 +00:00
26446fdbad Replace derive_more with declarative macros (#438)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-01-28 22:09:33 +00:00
637625f9b7 prepare actix-server release 2.0.0 (#437) 2022-01-19 14:57:50 +00:00
b1d5d85e72 prepare actix-server release 2.0.0-rc.4 2022-01-12 14:40:06 +00:00
4c9ee88ec4 prepare actix-tls release 3.0.1 2022-01-11 22:17:31 +00:00
3ba4eafde5 prepare actix-server release 2.0.0-rc.3 2021-12-31 08:09:28 +00:00
b552d847ed prepare actix-codec release 0.4.2 2021-12-31 08:08:14 +00:00
ae9afd4de7 prepare actix-server release 2.0.0-rc.2 2021-12-27 18:33:57 +00:00
89a4c2ee27 prepare actix-tls release 3.0.0 2021-12-26 21:12:19 +00:00
eb490a9125 re-export openssl connector builder (#429) 2021-12-10 23:11:24 +00:00
ba901c70df prepare actix-server release 2.0.0-rc.1 2021-12-05 19:34:36 +00:00