Skip to content

Commit 8b7270a

Browse files
authored
chore(web): release v4.13.0 (#3941)
1 parent 9cbde13 commit 8b7270a

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actix-web/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 4.13.0
6+
57
- Minimum supported Rust version (MSRV) is now 1.88.
68
- Improve HTTP/2 upload throughput by increasing default flow control window sizes. [#3638]
79
- Add `HttpServer::{h2_initial_window_size, h2_initial_connection_window_size}` methods for tuning. [#3638]

actix-web/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-web"
3-
version = "4.12.1"
3+
version = "4.13.0"
44
description = "Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust"
55
authors = ["Nikolay Kim <[email protected]>", "Rob Ede <[email protected]>"]
66
keywords = ["actix", "http", "web", "framework", "async"]
@@ -137,8 +137,8 @@ actix-service = "2"
137137
actix-tls = { version = "3.4", default-features = false, optional = true }
138138
actix-utils = "3"
139139

140-
actix-http = "3.11.2"
141-
actix-router = { version = "0.5.3", default-features = false, features = ["http"] }
140+
actix-http = "3.12.0"
141+
actix-router = { version = "0.5.4", default-features = false, features = ["http"] }
142142
actix-web-codegen = { version = "4.3", optional = true, default-features = false }
143143

144144
bytes = "1"

actix-web/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<!-- prettier-ignore-start -->
99

1010
[![crates.io](https://img.shields.io/crates/v/actix-web?label=latest)](https://crates.io/crates/actix-web)
11-
[![Documentation](https://docs.rs/actix-web/badge.svg?version=4.12.1)](https://docs.rs/actix-web/4.12.1)
11+
[![Documentation](https://docs.rs/actix-web/badge.svg?version=4.13.0)](https://docs.rs/actix-web/4.13.0)
1212
![MSRV](https://img.shields.io/badge/rustc-1.88+-ab6000.svg)
1313
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-web.svg)
14-
[![Dependency Status](https://deps.rs/crate/actix-web/4.12.1/status.svg)](https://deps.rs/crate/actix-web/4.12.1)
14+
[![Dependency Status](https://deps.rs/crate/actix-web/4.13.0/status.svg)](https://deps.rs/crate/actix-web/4.13.0)
1515
<br />
1616
[![CI](https://github.com/actix/actix-web/actions/workflows/ci.yml/badge.svg)](https://github.com/actix/actix-web/actions/workflows/ci.yml)
1717
[![codecov](https://codecov.io/gh/actix/actix-web/graph/badge.svg?token=dSwOnp9QCv)](https://codecov.io/gh/actix/actix-web)

0 commit comments

Comments
 (0)