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

Fix overall_timeout_reading_json test failure #630

Merged
merged 1 commit into from Jun 16, 2023
Merged

Fix overall_timeout_reading_json test failure #630

merged 1 commit into from Jun 16, 2023

Conversation

msfjarvis
Copy link
Contributor

@msfjarvis msfjarvis commented Jun 16, 2023

Fixes #602

serde_json introduced a new API to properly support our use case of extracting the underlying std::io::ErrorKind, this PR updates the dependency to match the requisite serde_json version and switches to it.

@algesten
Copy link
Owner

Thanks!

@algesten algesten merged commit 406b41a into algesten:main Jun 16, 2023
29 checks passed
@msfjarvis msfjarvis deleted the hs/fix-serde-json-dep branch June 16, 2023 22:07
@msfjarvis
Copy link
Contributor Author

Would it make sense to cut a patch release for this? I came across the issue because one of my crates depends on both ureq and serde_json and the package bump for ureq failed because the dependency constraint was impossible to resolve: msfjarvis/healthchecks-rs#41

@jsha
Copy link
Collaborator

jsha commented Jun 19, 2023

Yep! Released 2.7.1. Thanks to you and @plugwash for running this down!

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.

overall_timeout_reading_json fails with serde_json 1.0.94
3 participants