Skip to content

Commit

Permalink
Bump the rust-deps group with 3 updates (#59)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
  dependency-group: rust-deps
- dependency-name: strum_macros
  dependency-type: direct:production
  dependency-group: rust-deps
- dependency-name: iso8601
  dependency-type: direct:production
  dependency-group: rust-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 2, 2024
1 parent ecbe681 commit aad1d91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ homepage = "https://github.com/pydantic/speedate/"
repository = "https://github.com/pydantic/speedate/"

[dependencies]
strum = { version = "0.25", features = ["derive"] }
strum_macros = "0.25"
strum = { version = "0.26", features = ["derive"] }
strum_macros = "0.26"

[dev-dependencies]
chrono = "0.4.19"
iso8601 = "0.4.1"
iso8601 = "0.6.1"
paste = "1.0.7"

0 comments on commit aad1d91

Please sign in to comment.