Skip to content

Commit

Permalink
Update cargo dependencies and allow-list Unicode-3.0 license (#1193)
Browse files Browse the repository at this point in the history
Run `cargo update`. In particular, update crate `idna` from version
`0.5.0` to `1.0.3`, in order to address
[RUSTSEC-2024-0421](https://rustsec.org/advisories/RUSTSEC-2024-0421).

Also add "Unicode-3.0" to the list of allowed licenses in deny.toml.
Required by the new dependency:
```
icu_normalizer v1.5.0
└── idna_adapter v1.2.0
    └── idna v1.0.3
```

### Does this change impact existing behavior?

No.

### Does this change need a changelog entry?

No.

---

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and I agree to the terms of
the [Developer Certificate of Origin
(DCO)](https://developercertificate.org/).

---------

Signed-off-by: Alessandro Passaro <[email protected]>
  • Loading branch information
passaro authored Dec 10, 2024
1 parent 936f4c3 commit 5112fcb
Show file tree
Hide file tree
Showing 2 changed files with 506 additions and 263 deletions.
Loading

0 comments on commit 5112fcb

Please sign in to comment.