Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chores: update dependencies to latest versions #166

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

J-Loudet
Copy link
Contributor

The updates that induced changes were:

  • (Zenoh-Flow) flume 0.10 -> 0.11: as we were explicitly defining the Subscriber (in particular the Receiver<Sample>), the version of flume we were using was tied to Zenoh's. By using Zenoh's FlumeSubscriber, we can update the version of flume independently of Zenoh.

  • (cargo-zenoh-flow) toml 0.5 -> 0.7: parsing must be done via a String rather than via slice.

The updates that induced changes were:

- (Zenoh-Flow) flume 0.10 -> 0.11: as we were explicitly defining the
  Subscriber (in particular the `Receiver<Sample>`), the version of flume we
  were using was tied to Zenoh's. By using Zenoh's `FlumeSubscriber`, we can
  update the version of flume independently of Zenoh.

- (cargo-zenoh-flow) toml 0.5 -> 0.7: parsing must be done via a String rather
  than via slice.

Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
@J-Loudet J-Loudet merged commit 380fe6a into master Sep 29, 2023
@J-Loudet J-Loudet deleted the chores/update-dependencies branch September 29, 2023 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant