Skip to content

Commit

Permalink
chore: Update scru128 requirement from 2.2.0 to 3.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [scru128](https://github.com/scru128/rust) to permit the latest version.
- [Changelog](https://github.com/scru128/rust/blob/main/CHANGELOG.md)
- [Commits](scru128/rust@v2.2.0...v3.0.1)

---
updated-dependencies:
- dependency-name: scru128
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 1f176ff commit 78b1dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.83", features = ["preserve_order"] }
http = "0.2.8"
http-serde = "1.1.0"
scru128 = { version = "2.2.0", features = ["serde"] }
scru128 = { version = "3.0.1", features = ["serde"] }
command-fds = { version = "0.2.2", features = ["tokio"] }
tokio-pipe = "0.2.12"
tokio-rustls = "0.24.0"
Expand Down

0 comments on commit 78b1dbb

Please sign in to comment.