Add cargo-deny to ensure license compatibility and the absence of blobs. by iddm · Pull Request #1109 · RedisJSON/RedisJSON

Expand Up @@ -7,19 +7,15 @@ members = [
[workspace.dependencies] ijson = { git="https://github.com/RedisJSON/ijson", rev="e0119ac74f6c4ee918718ee122c3948b74ebeba8", default_features=false} serde_json = { version="1.0", features = ["unbounded_depth"]} # DO NOT CHANGE to avoid security issues. This exact version # specification is required for the second level dependencies # to use exactly this version too, so that the dependencies of # this project will not be able to compromise it. serde = { version = "=1.0.171", features = ["derive"] } serde_derive = "=1.0.171" serde_json = { version = "1", features = ["unbounded_depth"]} serde = { version = "1", features = ["derive"] } serde_derive = "1" bson = "0.14"
[workspace.package] edition = "2021" repository = "https://github.com/RedisJSON/RedisJSON" license = "Redis Source Available License 2.0 (RSALv2) or the Server Side Public License v1 (SSPLv1)" license = "LicenseRef-RSALv2 OR SSPL-1.0"
[profile.release] debug = 1