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

Update deps #722

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Update deps #722

merged 1 commit into from
Feb 9, 2024

Conversation

edmorley
Copy link
Contributor

@edmorley edmorley commented Feb 8, 2024

  • Updates cookie from 0.17 to 0.18
  • Updates cookie_store from 0.20 to 0.21
  • Unpins url now that cookie_store's deps have been updated to match the latest cookie and url versions, so there will not be any duplicate dependencies.
  • Regenerates Cargo.lock to clean up the duplicates and pick up some other small transitive dependency updates.

Changelogs:
https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md#version-0180-oct-9-2023
https://github.com/pfernie/cookie_store/blob/master/CHANGELOG.md#0210---2024-02-08
https://github.com/servo/rust-url/releases/tag/v2.4.0
https://github.com/servo/rust-url/releases/tag/v2.4.1
https://github.com/servo/rust-url/releases/tag/v2.5.0

Closes #720.

* Updates `cookie` from `0.17` to `0.18`
* Updates `cookie_store` from `0.20` to `0.21`
* Unpins `url` now that `cookie_store`'s deps have been updated
  to match the latest `cookie` and `url` versions, so there will not
  be any duplicate dependencies.
* Regenerates `Cargo.lock` to clean up the duplicates and pick up
  some other small transitive dependency updates.

Changelogs:
https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md#version-0180-oct-9-2023
https://github.com/pfernie/cookie_store/blob/master/CHANGELOG.md#0210---2024-02-08
https://github.com/servo/rust-url/releases/tag/v2.4.0
https://github.com/servo/rust-url/releases/tag/v2.4.1
https://github.com/servo/rust-url/releases/tag/v2.5.0

Closes algesten#720.
@algesten algesten merged commit 9d77043 into algesten:main Feb 9, 2024
50 checks passed
@algesten
Copy link
Owner

algesten commented Feb 9, 2024

Thank you very much!

I'll cut a new release today.

@edmorley edmorley deleted the update-deps branch February 9, 2024 22:30
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.

Update requirement of url=2.3.1
2 participants