Skip to content

Commit

Permalink
Dependency Updates (#190)
Browse files Browse the repository at this point in the history
* depsup

* depsup

* depsup

* depsup

* Renamed lint
  • Loading branch information
CraZySacX authored Oct 30, 2024
1 parent 279d27f commit af9b050
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 55 deletions.
102 changes: 51 additions & 51 deletions 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 pudcli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
confusable_idents,
const_evaluatable_unchecked,
const_item_mutation,
dangling_pointers_from_temporaries,
dead_code,
deprecated,
deprecated_in_future,
Expand Down Expand Up @@ -117,7 +118,6 @@
stable_features,
static_mut_refs,
suspicious_double_ref_op,
temporary_cstring_as_ptr,
trivial_bounds,
trivial_casts,
trivial_numeric_casts,
Expand Down
2 changes: 1 addition & 1 deletion pudlib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
confusable_idents,
const_evaluatable_unchecked,
const_item_mutation,
dangling_pointers_from_temporaries,
dead_code,
deprecated,
deprecated_in_future,
Expand Down Expand Up @@ -117,7 +118,6 @@
stable_features,
static_mut_refs,
suspicious_double_ref_op,
temporary_cstring_as_ptr,
trivial_bounds,
trivial_casts,
trivial_numeric_casts,
Expand Down
Loading

0 comments on commit af9b050

Please sign in to comment.