Skip to content

Commit

Permalink
Bump strum from 0.26.3 to 0.27.1
Browse files Browse the repository at this point in the history
Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.1.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.3...v0.27.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 86db25a commit 222ef9f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ roxmltree = "0.20.0"
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.12.1", features = ["v4", "fast-rng"] }
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
strum = { version = "0.26.1", features = ["derive"] }
strum = { version = "0.27.1", features = ["derive"] }
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deadpool-postgres = "0.14.0"
deadpool-sqlite = "0.5.0"
openssl = "0.10.70"
postgres-openssl = "0.5.0"
strum = { version = "0.26.1", features = ["derive"] }
strum = { version = "0.27.1", features = ["derive"] }

[dev-dependencies]
tempfile = "3.16.0"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ socket2 = "0.5.6"
http-body-util = "0.1"
ppp = "2.2.0"
tokio-rustls = "0.26.0"
strum = { version = "0.26.1", features = ["derive"] }
strum = { version = "0.27.1", features = ["derive"] }
leon = "3.0.1"
metrics = "0.24.0"
metrics-exporter-prometheus = { version = "0.16.0", features = ["http-listener"] }

0 comments on commit 222ef9f

Please sign in to comment.