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

82 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
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
f4139a0878 chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
07e7f82345 chore(actix-codec): prepare release 0.5.2 2024-01-30 21:16:42 +00:00
f967562ac4 chore: specify external types for each crate (#496) 2023-10-30 00:07:28 +00:00
b9b628c47b Update criterion requirement from 0.4 to 0.5 (#495)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-29 05:08:55 +00:00
4a7f2c95af chore: remove dates from changelogs 2023-09-17 20:25:58 +01:00
8d5d1dbf6f bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00
80320a0325 use secure tokio version range 2023-04-01 22:24:10 +01:00
54ec06cd23 update bitflags to v2 2023-04-01 21:57: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
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
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
66756bc448 update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
dc67ba770d fmt with import grouping 2022-04-10 02:48:53 +01:00
737b438f73 prepare actix-codec release 0.5.1 2022-03-15 19:43:06 +00:00
0cd70b0536 use tracing for logs (#451) 2022-03-15 19:37:08 +00:00
41ed48219d bump lower msrv to 1.49 2022-03-02 16:40:11 +00:00
217cbd2228 bump tokio-util to 0.7 (#446) 2022-02-15 01:47:27 +00:00
941f67dec9 s/e/err 2022-01-28 22:10:06 +00:00
b552d847ed prepare actix-codec release 0.4.2 2021-12-31 08:08:14 +00:00
9935883905 add file reader example 2021-12-26 22:32:35 +00:00
621deba990 fix changelog bullet points 2021-12-18 02:49:23 +00:00
90f205a465 standardize crate level lints 2021-12-08 06:09:46 +00:00
07e3b19461 dedupe tls changelog 2021-12-04 19:51:33 +00:00
a2e765ea6e prepare actix-codec release 0.4.1 2021-11-05 01:05:51 +00:00
2080f4c149 Framed::poll_ready flushes when buffer is full (#409) 2021-11-05 00:43:33 +00:00
b2cef8fcdb add lines codec (#338) 2021-11-05 00:12:02 +00:00
ca77d8d835 split -server and -tls msrv and raise to 1.52 (#398) 2021-10-19 14:53:42 +01:00
9fa8d7fc5a avoid dependency on older tokios 2021-10-11 05:12:57 +01:00
4644fa41cf run doc test in parallel (#387) 2021-09-01 21:30:26 +01:00
b2e9640952 prepare codec 0.4.0 release (#346) 2021-04-21 11:08:43 +01:00
7749dfe46a address msrv todo in router 2021-04-16 02:06:11 +01:00
66bd5bf4a2 prepare macros v0.2.0 release (#261) 2021-02-02 02:07:58 +00:00
5285656bdc prepare next beta releases 2021-01-03 04:39:37 +00:00
e4a44b77e6 prepare codec release 0.4.0-beta.1 2020-12-28 03:24:43 +00:00
2ee8f45f5d update actix-codec and actix-utils to tokio 1.0 (#237) 2020-12-28 03:16:37 +00:00
b296d0f254 Intradoc links conversion (#227)
* intra doc conversion

* rm trailing blank comment
2020-12-14 08:22:30 +00:00
4e43216b99 standardise compiler lints across all crates (#226) 2020-12-12 23:24:00 +00:00
704af672b9 Bump pin-project to 1.0 (#202) 2020-10-25 19:42:40 +09:00
d28687d0d7 promote codec/utils out of beta (#184) 2020-08-24 09:18:37 +01:00
27c6be9881 remove unused type parameter from Framed::replace_codec (#183) 2020-08-20 00:30:26 +01:00
119dc39f5b prepare codec and utils betas (#182) 2020-08-19 11:00:12 +01:00