Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Comments

Bump the patch group in /backend with 9 updates#352

Merged
garryod merged 1 commit intomainfrom
dependabot/cargo/backend/patch-c414b26bf3
Feb 15, 2024
Merged

Bump the patch group in /backend with 9 updates#352
garryod merged 1 commit intomainfrom
dependabot/cargo/backend/patch-c414b26bf3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2024

Bumps the patch group in /backend with 9 updates:

Package From To
chrono 0.4.31 0.4.34
reqwest 0.11.23 0.11.24
serde 1.0.195 1.0.196
thiserror 1.0.56 1.0.57
opencv 0.88.7 0.88.8
cynic 3.4.0 3.4.3
cynic-codegen 3.4.0 3.4.3
serde_json 1.0.111 1.0.113
chrono-tz 0.8.5 0.8.6

Updates chrono from 0.4.31 to 0.4.34

Release notes

Sourced from chrono's releases.

0.4.34

Notable changes

  • In chrono 0.4.34 we finished the work to make all methods const where doing so is supported by rust 1.61.
  • We renamed the Duration type to TimeDelta. This removes the confusion between chrono's type and the later Duration type in the standard library. It will remain available under the old name as a type alias for compatibility.
  • The Windows implementation of Local is rewritten. The new version avoids panics when the date is outside of the range supported by windows (the years 1601 to 30828), and gives more accurate results during DST transitions.
  • The Display format of TimeDelta is modified to conform better to ISO 8601. Previously it converted all values greater than 24 hours to a value with days. This is not correct, as doing so changes the duration from an 'accurate' to a 'nominal' representation to use ISO 8601 terms.

Fixes

Additions

Changes

  • Rename Duration to TimeDelta, add type alias (#1406)
  • Make TimeDelta methods const (#1337)
  • Make remaining methods of NaiveDate, NaiveWeek, NaiveTime and NaiveDateTime const where possible (#1337)
  • Make methods on DateTime const where possible (#1400)
  • Make Display format of TimeDelta conform better to ISO 8601 (#1328)

Documentation

  • Fix the formatting of timestamp_micros's Example doc (#1338 via #1386, thanks @​emikitas)
  • Specify branch for GitHub Actions badge and fix link (#1388)
  • Don't mention some deprecated methods in docs (#1395)
  • Remove stray documentation from main (#1397)
  • Improved documentation of TimeDelta constructors (#1385, thanks @​danwilliams)

Internal

  • Switch branch names: 0.4.x releases are the main branch, work on 0.5 happens in the 0.5.x branch (#1390, #1402).
  • Don't use deprecated method in impl Arbitrary for DateTime and set up CI test (#1336)
  • Remove workaround for Rust < 1.61 (#1393)
  • Bump codecov/codecov-action from 3 to 4 (#1404)
  • Remove partial support for handling -0000 offset (#1411)
  • Move TOO_LONG error out of parse_internal (#1419)

Thanks to all contributors on behalf of the chrono team, @​djc and @​pitdicker!

0.4.33

This release fixes the broken docrs.rs build of chrono 0.4.32.

What's Changed

... (truncated)

Commits
  • dc19606 Prepare 0.4.34
  • 58a2149 Add StrftimeItems::parse_to_owned
  • 59eeb8c Add StrftimeItems::parse
  • 79de122 Add more documentation to StrftimeItems::new_with_locale
  • 5b7cf85 Add more documentation to StrftimeItems::new
  • be6af79 Make Display format of TimeDelta conform better to ISO 8601
  • d1cf0e9 Add test for issue 651
  • 0ef34e4 Extend test to more distant dates
  • fc67f3e Remove obsolete test
  • acb693a Windows: rewrite using GetTimeZoneInformationForYear
  • Additional commits viewable in compare view

Updates reqwest from 0.11.23 to 0.11.24

Release notes

Sourced from reqwest's releases.

v0.11.24

What's Changed

  • Add Certificate::from_pem_bundle() to add a bundle.
  • Add http3_prior_knowledge() to blocking client builder.
  • Remove Sync bounds requirement for Body::wrap_stream().
  • Fix HTTP/2 to retry REFUSED_STREAM requests.
  • Fix instances of converting Url to Uri that could panic.

New Contributors

Full Changelog: seanmonstar/reqwest@v0.11.23...v0.11.24

Changelog

Sourced from reqwest's changelog.

v0.11.24

  • Add Certificate::from_pem_bundle() to add a bundle.
  • Add http3_prior_knowledge() to blocking client builder.
  • Remove Sync bounds requirement for Body::wrap_stream().
  • Fix HTTP/2 to retry REFUSED_STREAM requests.
  • Fix instances of converting Url to Uri that could panic.
Commits

Updates serde from 1.0.195 to 1.0.196

Release notes

Sourced from serde's releases.

v1.0.196

  • Improve formatting of "invalid type" error messages involving floats (#2682)
Commits
  • ede9762 Release 1.0.196
  • d438c2d Merge pull request #2682 from dtolnay/decimalpoint
  • bef110b Format Unexpected::Float with decimal point
  • b971ef1 Merge pull request #2681 from dtolnay/workspacedeps
  • 29d9f69 Fix workspace.dependencies default-features future compat warning
  • aecb408 Sort workspace dependencies
  • 1c675ab Merge pull request #2678 from rodoufu/workspaceDependencies
  • dd61963 Adding workspace dependencies
  • 111803a Merge pull request #2673 from Sky9x/msrv-badge
  • 0024f74 Use shields.io's MSRV badges
  • See full diff in compare view

Updates thiserror from 1.0.56 to 1.0.57

Release notes

Sourced from thiserror's releases.

1.0.57

  • Generate more efficient Display impl for error message which do not contain any interpolated value (#286, thanks @​nyurik)
Commits
  • 1d106b1 Release 1.0.57
  • 8a5c4d1 Use write_str when args only consists of trailing comma
  • f790bee Phrase flag in terms of whether core::fmt machinery is required
  • d43b759 Ignore needless_raw_string_hashes pedantic clippy lint in test
  • d09c418 Touch up PR 286
  • 097251d Merge pull request #286 from nyurik/litstr
  • cd79876 optimize by avoiding second fmt.value() call
  • d7e738e Optimize simple literals for Display::fmt
  • 0717de3 Update ui test suite to nightly-2024-02-08
  • c7c7547 Update ui test suite to nightly-2024-01-31
  • See full diff in compare view

Updates opencv from 0.88.7 to 0.88.8

Changelog

Sourced from opencv's changelog.

Commits

Updates cynic from 3.4.0 to 3.4.3

Changelog

Sourced from cynic's changelog.

v3.4.3 - 2024-01-22

Bug Fixes

  • Handle disabled introspection better in cynic-introspection & cynic-cli. This is technically a breaking change, but it's small and fixes a bug so I'll allow it.

v3.4.2 - 2024-01-22

Changes

  • If you accidentally write a recursive query without the recurse attribute you'll now get a panic suggesting to use recurse. This may cause false positives if you're writing a particularly large query - users should raise an issue if I've picked a number that's too low.

Bug Fixes

  • The recurse attribute now works if an InlineFragments derive is used in the recursive path.

v3.4.1 - 2024-01-22

Bug Fixes

  • Fixed an issue with object literals inside arguments
Commits

Updates cynic-codegen from 3.4.0 to 3.4.3

Release notes

Sourced from cynic-codegen's releases.

v3.4.3

Bug Fixes

  • Handle disabled introspection better in cynic-introspection & cynic-cli. This is technically a breaking change, but it's small and fixes a bug so I'll allow it.

v3.4.2

Changes

  • If you accidentally write a recursive query without the recurse attribute you'll now get a panic suggesting to use recurse. This may cause false positives if you're writing a particularly large query - users should raise an issue if I've picked a number that's too low.

Bug Fixes

  • The recurse attribute now works if an InlineFragments derive is used in the recursive path.

v3.4.1

Bug Fixes

  • Fixed an issue with object literals inside arguments
Changelog

Sourced from cynic-codegen's changelog.

v3.4.3 - 2024-01-22

Bug Fixes

  • Handle disabled introspection better in cynic-introspection & cynic-cli. This is technically a breaking change, but it's small and fixes a bug so I'll allow it.

v3.4.2 - 2024-01-22

Changes

  • If you accidentally write a recursive query without the recurse attribute you'll now get a panic suggesting to use recurse. This may cause false positives if you're writing a particularly large query - users should raise an issue if I've picked a number that's too low.

Bug Fixes

  • The recurse attribute now works if an InlineFragments derive is used in the recursive path.

v3.4.1 - 2024-01-22

Bug Fixes

  • Fixed an issue with object literals inside arguments
Commits

Updates serde_json from 1.0.111 to 1.0.113

Release notes

Sourced from serde_json's releases.

v1.0.113

  • Add swap_remove and shift_remove methods on Map (#1109)

v1.0.112

  • Improve formatting of "invalid type" error messages involving floats (#1107)
Commits
  • 09d865b Release 1.0.113
  • 5aeab4e Merge pull request #1109 from serde-rs/remove
  • ca3c2ca Add swap_remove and shift_remove methods on Map
  • 7fece96 Release 1.0.112
  • 6a6d2bb Merge pull request #1107 from serde-rs/unexpectedfloat
  • 83d7bad Format f64 in error messages using ryu
  • 107c2d1 Merge pull request #1106 from serde-rs/invalidvalue
  • 62ca3e4 Handle Unexpected::Unit in Error::invalid_value
  • 296fafb Factor out JSON-specific Display impl for serde::de::Unexpected
  • e56cc69 Merge pull request #1105 from keienWang/master
  • Additional commits viewable in compare view

Updates chrono-tz from 0.8.5 to 0.8.6

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 14, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/backend/patch-c414b26bf3 branch from 5597e8f to d7e4446 Compare February 15, 2024 12:27
@garryod
Copy link
Contributor

garryod commented Feb 15, 2024

@dependabot rebase

Bumps the patch group in /backend with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [chrono](https://github.com/chronotope/chrono) | `0.4.31` | `0.4.34` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.23` | `0.11.24` |
| [serde](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.196` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.56` | `1.0.57` |
| [opencv](https://github.com/twistedfall/opencv-rust) | `0.88.7` | `0.88.8` |
| [cynic](https://github.com/obmarg/cynic) | `3.4.0` | `3.4.3` |
| [cynic-codegen](https://github.com/obmarg/cynic) | `3.4.0` | `3.4.3` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.111` | `1.0.113` |
| [chrono-tz](https://github.com/chronotope/chrono-tz) | `0.8.5` | `0.8.6` |


Updates `chrono` from 0.4.31 to 0.4.34
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.31...v0.4.34)

Updates `reqwest` from 0.11.23 to 0.11.24
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.23...v0.11.24)

Updates `serde` from 1.0.195 to 1.0.196
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

Updates `thiserror` from 1.0.56 to 1.0.57
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.56...1.0.57)

Updates `opencv` from 0.88.7 to 0.88.8
- [Changelog](https://github.com/twistedfall/opencv-rust/blob/master/CHANGES.md)
- [Commits](twistedfall/opencv-rust@v0.88.7...v0.88.8)

Updates `cynic` from 3.4.0 to 3.4.3
- [Release notes](https://github.com/obmarg/cynic/releases)
- [Changelog](https://github.com/obmarg/cynic/blob/main/CHANGELOG.md)
- [Commits](obmarg/cynic@v3.4.0...v3.4.3)

Updates `cynic-codegen` from 3.4.0 to 3.4.3
- [Release notes](https://github.com/obmarg/cynic/releases)
- [Changelog](https://github.com/obmarg/cynic/blob/main/CHANGELOG.md)
- [Commits](obmarg/cynic@v3.4.0...v3.4.3)

Updates `serde_json` from 1.0.111 to 1.0.113
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.111...v1.0.113)

Updates `chrono-tz` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/chronotope/chrono-tz/releases)
- [Changelog](https://github.com/chronotope/chrono-tz/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono-tz/commits)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: opencv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cynic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cynic-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: chrono-tz
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/backend/patch-c414b26bf3 branch from d7e4446 to cf370a5 Compare February 15, 2024 13:39
@garryod garryod merged commit 454423d into main Feb 15, 2024
@dependabot dependabot bot deleted the dependabot/cargo/backend/patch-c414b26bf3 branch February 15, 2024 14:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant