changes and release cut for 0.2.3 #31
1 changed files with 2 additions and 2 deletions
comment out no longer necessary exceptions in deny.toml
commit
dfa693855b
|
|
@ -49,7 +49,7 @@ notice = "warn"
|
||||||
# output a note when they are encountered.
|
# output a note when they are encountered.
|
||||||
ignore = [
|
ignore = [
|
||||||
#"RUSTSEC-0000-0000",
|
#"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
|
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
|
||||||
# lower than the range specified will be ignored. Note that ignored advisories
|
# 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"]
|
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|
||||||
# List of URLs for allowed Git repositories
|
# List of URLs for allowed Git repositories
|
||||||
allow-git = [
|
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]
|
[sources.allow-org]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue