Skip to content

Commit

Permalink
Merge branch 'main' into fix-666
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyCpp authored Nov 17, 2021
2 parents 47b5402 + e606cf1 commit 68c9f07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ members = [
"opentelemetry-stackdriver",
"opentelemetry-zipkin",
"opentelemetry-zpages",
"examples/actix-udp",
"examples/actix-http",
"examples/actix-http-tracing",
"examples/actix-udp",
Expand Down
14 changes: 14 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
exclude=[
"actix-http",
"actix-http-tracing",
"actix-udp",
"actix-udp-example"
]

[licenses]
unlicensed = "deny"
allow = [
Expand All @@ -17,4 +24,11 @@ version = "*"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 }
]

[advisories]
ignore = [
# time/chrono problems, have not been a problem in practice, not much we can do at this moment.
"RUSTSEC-2020-0071",
"RUSTSEC-2020-0159"
]

0 comments on commit 68c9f07

Please sign in to comment.