Skip to content

Commit

Permalink
chore(dependabot): bump the rust-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the rust-dependencies group with 3 updates: [tinystr](https://github.com/unicode-org/icu4x), [ixdtf](https://github.com/unicode-org/icu4x) and [tzif](https://github.com/unicode-org/icu4x).


Updates `tinystr` from 0.7.6 to 0.8.0
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `ixdtf` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/icu@0.2.0...icu@0.3.0)

Updates `tzif` from 0.2.3 to 0.3.0
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits/icu@0.3.0)

---
updated-dependencies:
- dependency-name: tinystr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: ixdtf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tzif
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 58a6c56 commit b7ce92f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
34 changes: 25 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ exclude = [
]

[dependencies]
tinystr = "0.7.6"
tinystr = "0.8.0"
icu_calendar = { version = "1.5.2", default-features = false, features = ["compiled_data"] }
rustc-hash = { version = "2.0.0", features = ["std"] }
bitflags = "2.6.0"
num-traits = "0.2.19"
ixdtf = { version = "0.2.0", features = ["duration"]}
ixdtf = { version = "0.3.0", features = ["duration"]}
iana-time-zone = "0.1.61"

# log feature
log = { version = "0.4.0", optional = true }

# tzdb feature
tzif = { version = "0.2.3", optional = true }
tzif = { version = "0.3.0", optional = true }
jiff-tzdb = { version = "0.1.1", optional = true }
combine = { version = "4.6.7", optional = true }

Expand Down

0 comments on commit b7ce92f

Please sign in to comment.