Skip to content

build(deps): bump the patch group with 3 updates#1846

Merged
Benoît Cortier (CBenoit) merged 1 commit into
masterfrom
dependabot/cargo/patch-a45bcdc0f6
Jul 7, 2026
Merged

build(deps): bump the patch group with 3 updates#1846
Benoît Cortier (CBenoit) merged 1 commit into
masterfrom
dependabot/cargo/patch-a45bcdc0f6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch group with 3 updates: time, embed-resource and dynosaur.

Updates time from 0.3.51 to 0.3.53

Release notes

Sourced from time's releases.

v0.3.53

See the changelog for details.

v0.3.52

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.53 [2026-07-01]

There are no publicly-facing changes in this release. It solely works around the cookie crate relying on an implementation detail of time that was never part of the public API (and thus subject to semver guarantees). The internal API has been reverted to the extent necessary for cookie to compile. This measure is temporary; the internal change will be re-applied in an yet-to-be-determined future release.

0.3.52 [2026-06-30]

Fixed

  • Subsecond values in the time! macro are parsed using the textual representation, ensuring accuracy. Previously, they were parsed using the floating point representation, which could result in a loss of precision and even invalid values.
  • The date! macro could previously create an invalid value that would then panic at compile time. The macro now emits a proper error instead.
  • When parsing an invalid format description, an edge case would inadvertently panic. This now returns an error as intended.

Added

  • Support default values when parsing
Commits
  • 0ae2f84 v0.3.53 release
  • cea8c96 Avoid issue with cookie crate temporarily
  • 55e1f2b Require private type to properly seal traits
  • 7cf4780 v0.3.52 release
  • 0e5b04f Fix trusted publishing workflow
  • 6e4140a Support default values when parsing
  • 10ac36a Add more doctests to Timestamp
  • 6b0d468 Restore lexer depth on the unclosed-bracket error path
  • 0abc06d Add trusted publishing
  • 43cf0c0 Preferentially group shards by target
  • Additional commits viewable in compare view

Updates embed-resource from 3.0.9 to 3.0.11

Commits

Updates dynosaur from 0.3.0 to 0.3.1

Release notes

Sourced from dynosaur's releases.

v0.3.1

What's Changed

New Contributors

Full Changelog: spastorino/dynosaur@0.3.0...0.3.1

Commits
  • 0663970 Release v0.3.1
  • e31eec9 Merge pull request #113 from elihunter173/eli/failing-lints
  • 6ea0076 Add documentation to auto-generated DynTrait
  • 4556004 Add dynosaur/examples/pub_trait.rs
  • f804bf3 Merge pull request #108 from tyilo/fix-readme-example-v2
  • f29ddc0 Fix example in README and add test for it
  • c676737 Merge pull request #109 from tyilo/example-generated-struct
  • e0e6c33 Add example generated struct to documentation
  • a89b8b5 Merge pull request #112 from shrey4796/shrey-support-arc
  • 5ec1af5 Add from_arc and from_rc methods to generated code
  • Additional commits viewable in compare view

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 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

Bumps the patch group with 3 updates: [time](https://github.com/time-rs/time), [embed-resource](https://github.com/nabijaczleweli/rust-embed-resource) and [dynosaur](https://github.com/spastorino/dynosaur).


Updates `time` from 0.3.51 to 0.3.53
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.51...v0.3.53)

Updates `embed-resource` from 3.0.9 to 3.0.11
- [Release notes](https://github.com/nabijaczleweli/rust-embed-resource/releases)
- [Commits](nabijaczleweli/rust-embed-resource@v3.0.9...v3.0.11)

Updates `dynosaur` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/spastorino/dynosaur/releases)
- [Commits](spastorino/dynosaur@0.3.0...0.3.1)

---
updated-dependencies:
- dependency-name: time
  dependency-version: 0.3.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: embed-resource
  dependency-version: 3.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: dynosaur
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 6, 2026
@CBenoit Benoît Cortier (CBenoit) merged commit 70f94ae into master Jul 7, 2026
47 of 48 checks passed
@CBenoit Benoît Cortier (CBenoit) deleted the dependabot/cargo/patch-a45bcdc0f6 branch July 7, 2026 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Development

Successfully merging this pull request may close these issues.

1 participant