Skip to content

Commit

Permalink
Update thread-id requirement from 4.0.0 to 5.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [thread-id](https://github.com/ruuda/thread-id) to permit the latest version.
- [Changelog](https://github.com/ruuda/thread-id/blob/master/changelog.md)
- [Commits](ruuda/thread-id@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: thread-id
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and s1rius committed Nov 1, 2024
1 parent bac21ea commit 7ce3c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezlog-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ aes-gcm = { version = "0.10.1", optional = true }
aes-gcm-siv = "0.11.1"
time = { version = "0.3", default-features = false, features = ["formatting", "parsing"] }
crossbeam-channel = "0.5"
thread-id = "4.0.0"
thread-id = "5.0.0"
once_cell = "1.12"
thiserror = "1"
integer-encoding = "4.0"
Expand Down

0 comments on commit 7ce3c95

Please sign in to comment.