Go to file
dependabot[bot] 63f8e962fa
build(deps): bump actions-rust-lang/setup-rust-toolchain (#724)
Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.14.0...v1.14.1)

---
updated-dependencies:
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-version: 1.14.1
  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-09-06 20:26:52 +00:00
.cargo chore: prepare actix-tls release v3.4.0 2024-05-18 18:14:26 +01:00
.github build(deps): bump actions-rust-lang/setup-rust-toolchain (#724) 2025-09-06 20:26:52 +00:00
.vscode refactor: inline format args 2025-08-29 00:57:13 +01:00
actix-codec refactor: inline format args 2025-08-29 00:57:13 +01:00
actix-macros chore: revert msrv bump 2025-08-26 08:25:35 +01:00
actix-rt chore(rt): include correct tokio features 2025-08-30 02:31:17 +01:00
actix-server refactor: inline format args 2025-08-29 00:57:13 +01:00
actix-service chore: revert msrv bump 2025-08-26 08:25:35 +01:00
actix-tls refactor: inline format args 2025-08-29 00:57:13 +01:00
actix-tracing chore: revert msrv bump 2025-08-26 08:25:35 +01:00
actix-utils chore: revert msrv bump 2025-08-26 08:25:35 +01:00
bytestring chore: revert msrv bump 2025-08-26 08:25:35 +01:00
local-channel chore: revert msrv bump 2025-08-26 08:25:35 +01:00
local-waker chore: revert msrv bump 2025-08-26 08:25:35 +01:00
scripts remove num_cpus dependency (#488) 2023-08-24 00:56:31 +01:00
.clippy.toml refactor: inline format args 2025-08-29 00:57:13 +01:00
.cspell.yml refactor: inline format args 2025-08-29 00:57:13 +01:00
.envrc build: add nix flake 2024-08-04 22:39:19 +01:00
.gitignore chore: check lockfile in 2025-03-08 17:24:28 +00:00
.rustfmt.toml bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00
.taplo.toml chore: fmt project 2024-12-29 14:27:58 +00:00
CODE_OF_CONDUCT.md format changelogs with prettier 2023-03-03 22:36:13 +00:00
Cargo.lock chore(actix-rt): prepare release 2.11.0 2025-08-30 02:25:46 +01:00
Cargo.toml chore(actix-rt): prepare release 2.11.0 2025-08-30 02:25:46 +01:00
LICENSE-APACHE amend licences 2021-04-16 02:08:44 +01:00
LICENSE-MIT amend licences 2021-04-16 02:08:44 +01:00
README.md chore: allow missing docs on tests 2024-12-29 14:44:11 +00:00
codecov.yml chore: overspecified deps 2024-07-20 18:00:39 +01:00
flake.lock build: add nix flake 2024-08-04 22:39:19 +01:00
flake.nix build: add nix flake 2024-08-04 22:39:19 +01:00
justfile ci: pin time crate in msrv 2025-09-06 21:15:55 +01:00

README.md

Actix Net

A collection of lower-level libraries for composable network services.

CI codecov Chat on Discord Dependency Status

Examples

See example folders for actix-server and actix-tls.

MSRV

Crates in this repo currently have a Minimum Supported Rust Version (MSRV) of 1.65. As a policy, we permit MSRV increases in non-breaking releases.

License

The crates in repo are licensed under either of:

at your option.

Code of Conduct

Contribution to the actix-net repo is organized under the terms of the Contributor Covenant. The Actix team promises to intervene to uphold that code of conduct.