1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 11:37:43 +02:00
Commit Graph

173 Commits

Author SHA1 Message Date
d61b33928d chore: bump msrv to 1.74 2025-05-09 04:20:18 +01:00
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
1a0f44fff1 chore: allow missing docs on tests 2024-12-29 14:44:11 +00:00
8d1cd2ec87 chore: allow missing docs on tests 2024-12-29 14:40:37 +00:00
ecba6e21da chore: fmt project 2024-12-29 14:27:58 +00:00
0e36c5f5c4 feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +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
f4139a0878 chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
3147dbe7ca ci: rely more on just recipes (#558) 2024-05-11 15:10:56 +01:00
40b10847df chore: remove redundant imports 2024-02-19 12:10:47 +00: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
1a5d85ec8b fix(tls): resolve http imports 2024-01-17 04:29:44 +00:00
bd1467e928 chore(tls): changelog wording 2024-01-17 04:27:52 +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
c5b2d0cd36 chore(tls): fix feature flagging of DEFAULT_TLS_HANDSHAKE_TIMEOUT 2023-12-16 00:43:02 +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
28f36e4e30 update unreleased sections date 2023-04-01 05:24:40 +01:00
c6ebbcf21b clippy run on -tls 2023-04-01 05:24:00 +01:00
c60d2f9ddb use doc_auto_cfg 2023-04-01 05:18:22 +01:00
fbb53f54ef format changelogs with prettier 2023-03-03 22:36:13 +00: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
d7afd60606 workaround env-logger msrv 2022-12-21 21:17:21 +00:00
8d964713c9 fix futures-util version range 2022-12-21 20:36:26 +00:00
2b83f08a40 Use old cargo-hack for 1.59.0 CI (#472)
* Use old cargo-hack for 1.57.0 CI

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

* Upgrade MSRV to 1.59.0

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-11-12 14:00:33 +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
cb83922b29 add macos test note 2022-10-17 04:27:34 +01:00