osma-server/Cargo.toml
dependabot[bot] ebc75c14d7
build(deps): update actix-cors requirement from 0.6.1 to 0.7.0
Updates the requirements on [actix-cors](https://github.com/actix/actix-extras) to permit the latest version.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](https://github.com/actix/actix-extras/compare/cors-v0.6.1...cors-v0.7.0)

---
updated-dependencies:
- dependency-name: actix-cors
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 04:18:49 +00:00

25 lines
No EOL
421 B
TOML

[package]
name = "osma-server"
version = "1.0.0"
edition = "2021"
license = "GPL-3.0-only"
[dependencies]
dotenv = "0.15.0"
actix-web = "4"
actix-rt = "2.7.0"
actix-cors = "0.7.0"
actix-web-grants = "3.0.1"
actix-web-httpauth = "0.8"
mongodb = { version = "2.1.0"}
bson = "2.1.0"
futures = "0.3.21"
jsonwebtoken = "8"
serde = {version = "1.0", features = ["derive"] }
serde_json = "1"
sha3 = "0.10.1"
chrono = "0.4"