Skip to content

Commit

Permalink
Update strum requirement from 0.25 to 0.26 in /crates/proxy-client
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: strum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 9ff7ad6 commit 8705581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proxy-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrent_arena = "0.1.7"
futures-util = { version = "0.3.24", features = ["sink"] }
serde = { version = "1.0.103", features = ["derive"] }
ssh_format = { version = "0.14.1", features = ["bytes"] }
strum = { version = "0.25", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }
scopeguard = "1.1.0"
tokio = { version = "1.11.0", features = ["rt", "io-util", "sync", "macros"] }
tokio-io-utility = { version = "0.7.4", features = ["read-exact-to-bytes"] }
Expand Down

0 comments on commit 8705581

Please sign in to comment.