This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new a9c10d5  chore: Fix `cargo deny check` by allowing the usage of 
dtolnay/paste (#150)
a9c10d5 is described below

commit a9c10d52c38e56a7eeedd22f453d68ee91ac0dac
Author: Martin Grigorov <[email protected]>
AuthorDate: Sat Mar 8 00:11:07 2025 +0200

    chore: Fix `cargo deny check` by allowing the usage of dtolnay/paste (#150)
    
    This crate is used to generate unit tests and there is no known issue
    using it.
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 deny.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/deny.toml b/deny.toml
index 5b2c530..1cac9e3 100644
--- a/deny.toml
+++ b/deny.toml
@@ -32,6 +32,8 @@ yanked = "warn"
 #
 # e.g. "RUSTSEC-0000-0000",
 ignore = [
+    # We need to use dtolnay/paste even though it is not maintained
+    "RUSTSEC-2024-0436"
 ]
 
 # This section is considered when running `cargo deny check licenses`

Reply via email to