Skip to content

Commit

Permalink
build(deps): bump strum from 0.25.0 to 0.26.3 (#4848)
Browse files Browse the repository at this point in the history
* build(deps): bump strum from 0.25.0 to 0.26.3

Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 to 0.26.3.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits/v0.26.3)

---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update to handle deprecation error

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Häggblad <[email protected]>
  • Loading branch information
dependabot[bot] and octol authored Sep 11, 2024
1 parent be2b44c commit f616b3c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 35 deletions.
29 changes: 5 additions & 24 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ sha2 = "0.10.8"
si-scale = "0.2.3"
sphinx-packet = "0.1.1"
sqlx = "0.6.3"
strum = "0.25"
strum = "0.26"
subtle-encoding = "0.5"
syn = "1"
sysinfo = "0.30.12"
Expand Down
4 changes: 2 additions & 2 deletions common/types/src/currency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::cmp::Ordering;
use std::collections::HashMap;

use std::fmt::{Display, Formatter};
use strum::{Display, EnumString, EnumVariantNames};
use strum::{Display, EnumString, VariantNames};

#[cfg(feature = "generate-ts")]
use ts_rs::{Dependency, TS};
Expand All @@ -28,7 +28,7 @@ use ts_rs::{Dependency, TS};
Clone,
Debug,
EnumString,
EnumVariantNames,
VariantNames,
PartialEq,
Eq,
JsonSchema,
Expand Down
22 changes: 14 additions & 8 deletions nym-wallet/Cargo.lock

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

0 comments on commit f616b3c

Please sign in to comment.