Skip to content

Commit

Permalink
Merge pull request #215 from Bootstrap-Academy/renovate/nutype-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate nutype to 0.6.1
  • Loading branch information
academy-renovate[bot] authored Feb 9, 2025
2 parents e4afd0b + c658d4e commit 7076440
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9722,9 +9722,9 @@ rec {
};
"nutype" = rec {
crateName = "nutype";
version = "0.6.0";
version = "0.6.1";
edition = "2021";
sha256 = "1dv0m51if27f1blm2f54f8bvnmdgvgyrksll9gq7bjjd04n9fjnp";
sha256 = "12wrxdx3aym2x07c25cl3lamf3sq3mindzv27z5lwydhfdkwnh1k";
authors = [
"Serhii Potapov <blake131313@gmail.com>"
];
Expand All @@ -9747,9 +9747,9 @@ rec {
};
"nutype_macros" = rec {
crateName = "nutype_macros";
version = "0.6.0";
version = "0.6.1";
edition = "2021";
sha256 = "1n17vrrcarc92cmzx4igyqb3n18m6l21wnciyg9hmhyb64b8xj2i";
sha256 = "1aapx79ahskwqsyq49rqxikyvmqzcq0wjbcw1glqz1h2gpi5bj9m";
procMacro = true;
authors = [
"Serhii Potapov <blake131313@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ hex = { version = "0.4.3", default-features = false, features = ["std"] }
lettre = { version = "0.11.12", default-features = false, features = ["builder", "hostname", "pool", "rustls-tls", "serde", "smtp-transport", "tokio1", "tokio1-rustls-tls", "tracing"] }
mime = { version = "0.3.17", default-features = false }
mockall = { version = "0.13.1", default-features = false }
nutype = { version = "0.6.0", default-features = false, features = ["std", "regex", "serde", "schemars08"] }
nutype = { version = "0.6.1", default-features = false, features = ["std", "regex", "serde", "schemars08"] }
oauth2 = { version = "5.0.0", default-features = false, features = ["reqwest", "rustls-tls"] }
pretty_assertions = { version = "1.4.1", default-features = false, features = ["std"] }
proc-macro2 = { version = "1.0.93", default-features = false, features = ["proc-macro"] }
Expand Down

0 comments on commit 7076440

Please sign in to comment.