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

build(deps): bump dtt from 0.0.4 to 0.0.5 #48

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2023

Bumps dtt from 0.0.4 to 0.0.5.

Release notes

Sourced from dtt's releases.

DateTime (DTT) 🦀 v0.0.5

Release v0.0.5 - 2023-12-05

DateTime (DTT)

A Rust library for parsing, validating, manipulating, and formatting dates and times

Part of the [Mini Functions][0] family of libraries.

![DTT Banner][banner]

[![Made With Rust][made-with-rust-badge]][14] [![Crates.io][crates-badge]][8] [![Lib.rs][libs-badge]][10] [![Docs.rs][docs-badge]][9] [![License][license-badge]][2] [![Codecov][codecov-badge]][15]

• [Website][1] • [Documentation][9] • [Report Bug][4] • [Request Feature][4] • [Contributing Guidelines][5]

![divider][divider]

Overview 📖

The DateTime (DTT) library is a comprehensive and flexible tool that enables developers to manage dates and times with ease.

It offers a range of functions and data structures that allow you to perform various date and time operations with ease, such as determining the day of the month, hour of the day, working with ISO 8601 date and time formats, and many others.

The library supports the creation of new DateTime objects with either UTC or custom timezone specifications, ensuring that you always have accurate and relevant date and time information. Additionally, it provides a mechanism to validate input dates and times, ensuring that you always have accurate information to work with.

Features ✨

The library DateTime (DTT) provides date and time types and methods to make it easier to manipulate dates and times. It uses the serde library to derive the Deserialize and Serialize traits to convert the DateTime (DTT) struct to and from various data formats. It also uses the time and regex crates to deal with time conversions and regular expressions respectively.

The DateTime (DTT) struct includes fields such as:

Feature Description
day Day of the month: (01-31)
hour Hour of the day: (00-23)
iso_8601 ISO 8601 date and time: (e.g. "2023-01-01T00:00:00+00:00")

... (truncated)

Commits
  • b9300c0 Merge pull request #27 from sebastienrousseau/feat/dtt
  • 61be52e fix(dtt): 🐛 lint fixes
  • 0c91c0d ci(dtt): 🎨 enhanced ci jobs
  • cd1eafe fix(dtt): 🐛 changed label of examples for clarity
  • a5d988a fix(dtt): 🐛 fixed regular expression to validate the hour, minute, and se...
  • d39a848 fix(dtt): updated CNAME
  • 2517f9f fix(dtt): updated ci
  • See full diff in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dtt](https://github.com/sebastienrousseau/dtt) from 0.0.4 to 0.0.5.
- [Release notes](https://github.com/sebastienrousseau/dtt/releases)
- [Commits](sebastienrousseau/dtt@v0.0.4...v0.0.5)

---
updated-dependencies:
- dependency-name: dtt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 6, 2023
@sebastienrousseau sebastienrousseau merged commit 37e087d into main Dec 6, 2023
11 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/dtt-0.0.5 branch December 6, 2023 10:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant