Skip to content

upgrade some zenoh dependencies #1940

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wyfo
Copy link
Contributor

@wyfo wyfo commented May 13, 2025

Here is the exhaustive list of dependencies not upgraded:

  • bincode 2 --> MSRV 1.85
  • getrandom 0.3 --> js feature replaced by configuration flag
  • home 0.5.11 --> MSRV 1.81
  • jsonschema 0.22 --> MSRV 1.82
  • rand 0.9 + rand_chacha 0.9 --> blocked by rsa depending on old rand/rand_chacha version; rsa has been updated, but not released yet
  • secrecy 0.10 --> big API change that may need discussion
  • static_init 1.0.4 --> MSRV 1.82
  • url 2.5.4 --> MSRV 1.82

@wyfo wyfo requested a review from yellowhatter May 13, 2025 08:35
Copy link

PR missing one of the required labels: {'breaking-change', 'bug', 'documentation', 'new feature', 'internal', 'enhancement', 'dependencies'}

@wyfo
Copy link
Contributor Author

wyfo commented May 13, 2025

@yellowhatter Could you check my updates regarding shared memory?

@wyfo wyfo added the internal Changes not included in the changelog label May 13, 2025
Here is the exhaustive list of dependencies not upgraded:
- `bincode` 2 --> MSRV 1.85
- `getrandom` 0.3 --> `js` feature replaced by configuration flag
- `home` 0.5.11 --> MSRV 1.81
- `jsonschema` 0.22 --> MSRV 1.82
- `rand` 0.9 + `rand_chacha` 0.9 --> blocked by `rsa` depending on old
  `rand`/`rand_chacha` version; `rsa` has been updated, but not released
  yet
- `secrecy` 0.10 —> big API change that may need discussion
@wyfo wyfo force-pushed the ZEN-592-Review-and-update-outdated-dependencies branch from 5d4e912 to bbc0da5 Compare May 27, 2025 06:45
Copy link

codecov bot commented May 27, 2025

Codecov Report

Attention: Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review.

Project coverage is 70.94%. Comparing base (c528884) to head (bbfae84).

Files with missing lines Patch % Lines
...oh-links/zenoh-link-unixsock_stream/src/unicast.rs 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1940      +/-   ##
==========================================
- Coverage   71.04%   70.94%   -0.10%     
==========================================
  Files         364      364              
  Lines       61520    61448      -72     
==========================================
- Hits        43707    43595     -112     
- Misses      17813    17853      +40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes not included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants