changes and release cut for 0.2.3 #31

Merged
ben merged 12 commits from ben/Jobboerse:main into main 2022-07-27 23:04:10 +02:00
Showing only changes of commit dfa693855b - Show all commits

comment out no longer necessary exceptions in deny.toml

Bennet Bleßmann 2022-07-09 16:25:23 +02:00 committed by Bennet Bleßmann
Signed by: ben
GPG key ID: 3BE1A1A3CBC3CF99

View file

@ -49,7 +49,7 @@ notice = "warn"
# output a note when they are encountered.
ignore = [
#"RUSTSEC-0000-0000",
"RUSTSEC-2020-0159", # we never use chrono to convert to local time and always specify a timezone explicitly
#"RUSTSEC-2020-0159", # we never use chrono to convert to local time and always specify a timezone explicitly
]
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
# lower than the range specified will be ignored. Note that ignored advisories
@ -213,7 +213,7 @@ unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
# List of URLs for allowed Git repositories
allow-git = [
"https://www.fs-infmath.uni-kiel.de/git/ben/cargo-bundle-licenses.git"
# "https://www.fs-infmath.uni-kiel.de/git/ben/cargo-bundle-licenses.git"
]
[sources.allow-org]