diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9e133fdc5..9974c8916d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: - uses: rustsec/audit-check@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} - ignore: "RUSTSEC-2023-0086" + ignore: "RUSTSEC-2023-0384" miri: name: "miri" diff --git a/Cargo.lock b/Cargo.lock index 469943a0df..83f63425f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3983,11 +3983,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07c1e40dd48a282ae8edc36c732cbc219144b87fb6a4c7316d611c6b1f06ec0c" +checksum = "037e29b009aa709f293b974da5cd33b15783c049e07f8435778ce8c4871525d8" dependencies = [ - "thiserror-impl 2.0.1", + "thiserror-impl 2.0.2", ] [[package]] @@ -4003,9 +4003,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "874aa7e446f1da8d9c3a5c95b1c5eb41d800045252121dc7f8e0ba370cee55f5" +checksum = "ea4778c7e8ff768bdb32a58a2349903859fe719a320300d7d4ce8636f19a1e69" dependencies = [ "proc-macro2", "quote", @@ -4537,7 +4537,7 @@ dependencies = [ "object_store", "parquet", "pyo3", - "thiserror 2.0.1", + "thiserror 2.0.2", "url", "worker", ] diff --git a/deny.toml b/deny.toml index 162f9d5cbf..64435b27da 100644 --- a/deny.toml +++ b/deny.toml @@ -11,7 +11,7 @@ feature-depth = 1 [advisories] -ignore = [] +ignore = ["RUSTSEC-2024-0384"] [licenses] # List of explicitly allowed licenses