-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
chore: update dependencies to newer versions #740
Conversation
cd2585d
to
a17ed16
Compare
Sorry, but I have no idea what to do about that nix flake issue. |
I think a better idea is to just disable the Also that's definitely a no on the |
Ok, I'll try to update the PR tomorrow. |
The |
a17ed16
to
c9abc59
Compare
Ok, I changed it to the following:
|
Mainly to update jsonschema -> reqwest -> hyper to a 1.x version. Also, this allows to disable the jsonschema dependency. Currently, it is enabled by default to be compatible with previous versions. But this can be changed in the next breaking release to exclude it by default. Signed-off-by: Jens Reimann <ctron@dentrassi.de>
c9abc59
to
7cbcf22
Compare
Turning The Nix flake CI is failing due to increased MSRV. It expects 1.70, while this PR bumps it to 1.74. 1.74 is very recent, and I think we would like to stick to 1.70 for now. What is the motivation for the upgrades? We could consider bumping it if it's really worth it. |
Mainly to update jsonschema -> reqwest -> hyper to a 1.x version.