Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 6c18dc0

Browse files
dependabot[bot]Achim Schneider
authored andcommitted
Bump actix-cors from 0.6.1 to 0.6.4
Bumps [actix-cors](https://github.com/actix/actix-extras) from 0.6.1 to 0.6.4. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](actix/actix-extras@cors-v0.6.1...cors-v0.6.4) --- updated-dependencies: - dependency-name: actix-cors dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d160ff3 commit 6c18dc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

crates/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ actix-files = "0.6.1"
1313
clap = "3.0.0-beta.4"
1414
serde_json = "1.0.91"
1515
serde = "1.0.143"
16-
actix-cors = "0.6.1"
16+
actix-cors = "0.6.4"
1717
ts-rs = { git = "https://github.com/Aleph-Alpha/ts-rs", branch = "main", features = [
1818
"serde-compat",
1919
] }

0 commit comments

Comments
 (0)