Skip to content

Commit

Permalink
Bump thread-id from 4.2.2 to 5.0.0 (#1246)
Browse files Browse the repository at this point in the history
Bumps [thread-id](https://github.com/ruuda/thread-id) from 4.2.2 to 5.0.0.
- [Changelog](https://github.com/ruuda/thread-id/blob/master/changelog.md)
- [Commits](ruuda/thread-id@v4.2.2...v5.0.0)

---
updated-dependencies:
- dependency-name: thread-id
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 75049cb commit 2aef42b
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 bindings_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures.workspace = true
log = { version = "0.4", features = ["std"] }
parking_lot.workspace = true
thiserror.workspace = true
thread-id = "4.2.1"
thread-id = "5.0.0"
tokio = { workspace = true, features = ["macros"] }
uniffi = { version = "0.28.0", default-features = false, features = ["tokio"] }
xmtp_api_grpc = { path = "../xmtp_api_grpc" }
Expand Down

0 comments on commit 2aef42b

Please sign in to comment.