Skip to content

Commit

Permalink
Bump strum from 0.26.0 to 0.26.1 (iggy-rs#618)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Gankiewicz <[email protected]>
  • Loading branch information
dependabot[bot] and spetz authored Jan 29, 2024
1 parent 3d5fb66 commit 0c39946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 42,7 @@ rustls = { version = "0.21.10", features = ["dangerous_configuration"] }
serde = { version = "1.0.194", features = ["derive", "rc"] }
serde_json = "1.0.111"
serde_with = { version = "3.5.1", features = ["base64"] }
strum = { version = "0.26.0", features = ["derive"] }
strum = { version = "0.26.1", features = ["derive"] }
thiserror = "1.0.56"
tokio = { version = "1.33.0", features = ["full"] }
tokio-native-tls = "0.3.1"
Expand Down

0 comments on commit 0c39946

Please sign in to comment.