Skip to content

Commit 2abf111

Browse files
Bump the actix group with 2 updates
Bumps the actix group with 2 updates: [actix-http](https://github.com/actix/actix-web) and [actix-cors](https://github.com/actix/actix-extras). Updates `actix-http` from 3.5.1 to 3.6.0 - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](actix/actix-web@http-v3.5.1...http-v3.6.0) Updates `actix-cors` from 0.6.5 to 0.7.0 - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](actix/actix-extras@cors-v0.6.5...cors-v0.7.0) --- updated-dependencies: - dependency-name: actix-http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actix - dependency-name: actix-cors dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actix ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18b085f commit 2abf111

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Cargo.lock

+6-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

svanill-vault-server/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ readme = "README.md"
1111
[dependencies]
1212
svanill-vault-openapi = { path = "../svanill-vault-openapi", version = "0.1" }
1313
actix-web = { version = "4.4.1", features = ["rustls", "http2"] }
14-
actix-http = "3.5.1"
15-
actix-cors = "0.6.5"
14+
actix-http = "3.6.0"
15+
actix-cors = "0.7.0"
1616
actix-web-httpauth = "0.8.1"
1717
env_logger = "0.10.2"
1818
structopt = "0.3.26"

0 commit comments

Comments
 (0)