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

home dependency pin causes compatibility issues with other crates #526

Closed
cgbur opened this issue Oct 3, 2024 · 1 comment · Fixed by #527
Closed

home dependency pin causes compatibility issues with other crates #526

cgbur opened this issue Oct 3, 2024 · 1 comment · Fixed by #527
Labels
C-exporter Component: exporters such as Prometheus, TCP, etc. E-simple Effort: simple. T-chore Type: chore.

Comments

@cgbur
Copy link
Contributor

cgbur commented Oct 3, 2024

Currently the home crate is pinned to =0.5.5 across the metrics crates, this causes issues currently for any project which has a transitive dependency on the very popular which crate, which currently targets the latest 0.5.9 release of home that came out ~1 year ago.

@tobz
Copy link
Member

tobz commented Oct 8, 2024

We likely could bump this to 0.5.9 now, yeah, given that our MSRV is 1.70.0.

@tobz tobz added C-exporter Component: exporters such as Prometheus, TCP, etc. E-simple Effort: simple. T-chore Type: chore. labels Oct 8, 2024
@tobz tobz closed this as completed in #527 Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-exporter Component: exporters such as Prometheus, TCP, etc. E-simple Effort: simple. T-chore Type: chore.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants