Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v0' into funding
Browse files Browse the repository at this point in the history
AldaronLau authored Mar 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents bada9b8 + 1a1a9fe commit 46c7023
Showing 2 changed files with 45 additions and 39 deletions.
68 changes: 39 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 6 additions & 10 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
all-features = false
[graph]
no-default-features = false
all-features = false

[output]
feature-depth = 1

[advisories]
version = 2
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "deny"
yanked = "deny"
notice = "deny"
ignore = [
# "RUSTSEC-0000-0000",
]
severity-threshold = "None"

[licenses]
unlicensed = "deny"
version = 2
allow = [
"Apache-2.0",
"BSD-2-Clause",
@@ -28,10 +28,6 @@ allow = [
"Unicode-DFS-2016",
"Zlib",
]
deny = []
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 1.0
exceptions = []

0 comments on commit 46c7023

Please sign in to comment.