Skip to content

Commit

Permalink
fix(deps): update cargo (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent ac61e2f commit 6bd885a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ normalization = ["dep:unicode-normalization"]
white-spaces = []

[dependencies]
unicode-normalization = { version = "0.1", optional = true }
unicode-normalization = { version = "0.1.23", optional = true }

serde = { version = "1", optional = true, features = ["derive"] }
email_address = { version = "0.2", optional = true }
serde = { version = "1.0.199", optional = true, features = ["derive"] }
email_address = { version = "0.2.4", optional = true }

[dev-dependencies]
regex = "1"
regex = "1.10.4"

[build-dependencies]
rustc_version = "0.4"
Expand Down

0 comments on commit 6bd885a

Please sign in to comment.