Skip to content

Commit 4e284e4

Browse files
cargo(deps): bump strum from 0.27.2 to 0.28.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.2...v0.28.0) --- updated-dependencies: - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a869386 commit 4e284e4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustmail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hex = "0.4.3"
3030
base64 = "0.22"
3131
moka = { version = "0.12.13", features = ["future"] }
3232
tower-http = { version = "0.6.8", features = ["compression-gzip", "compression-br"] }
33-
strum = { version = "0.27.2", features = ["derive"] }
33+
strum = { version = "0.28.0", features = ["derive"] }
3434

3535
[dependencies.uuid]
3636
version = "1.21.0"

0 commit comments

Comments
 (0)