Skip to content

Commit eebde38

Browse files
authored
update actix version to 4.8 (the-benchmarker#7555)
1 parent c0f2280 commit eebde38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust/actix/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
edition = "2018"
99

1010
[dependencies]
11-
actix-web = "4.4"
11+
actix-web = "4.8"
1212

1313
[profile.release]
1414
opt-level = 3

rust/actix/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
framework:
22
website: actix.rs
3-
version: 4.4
3+
version: 4.8

0 commit comments

Comments
 (0)