Skip to content

Commit

Permalink
license-scan: update rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Dec 26, 2024
1 parent 2e20abd commit 4f3e48e
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
106 changes: 53 additions & 53 deletions license-scan/Cargo.lock

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

2 changes: 1 addition & 1 deletion license-scan/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allow = [
]

exceptions = [
{ name = "unicode-ident", allow = ["MIT", "Apache-2.0", "Unicode-DFS-2016"] },
{ name = "unicode-ident", allow = ["MIT", "Apache-2.0", "Unicode-3.0"] },
]

[bans]
Expand Down
2 changes: 1 addition & 1 deletion license-scan/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ where
{
struct Visitor;

impl<'de> serde::de::Visitor<'de> for Visitor {
impl serde::de::Visitor<'_> for Visitor {
type Value = Expression;

fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result {
Expand Down

0 comments on commit 4f3e48e

Please sign in to comment.