Skip to content

Commit 2aa7efe

Browse files
chore(dependabot): bump the rust-dependencies group across 1 directory with 10 updates
Bumps the rust-dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rustc-hash](https://github.com/rust-lang/rustc-hash) | `2.1.1` | `2.1.2` | | [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.64` | `0.1.65` | | [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` | | [databake](https://github.com/unicode-org/icu4x) | `0.2.0` | `0.2.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.225` | `1.0.228` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.16.0` | `0.16.1` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.4` | `2.13.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.106` | `2.0.117` | | [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.6.0` | Updates `rustc-hash` from 2.1.1 to 2.1.2 - [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md) - [Commits](rust-lang/rustc-hash@v2.1.1...v2.1.2) Updates `iana-time-zone` from 0.1.64 to 0.1.65 - [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md) - [Commits](strawlab/iana-time-zone@v0.1.64...v0.1.65) Updates `log` from 0.4.28 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.28...0.4.29) Updates `databake` from 0.2.0 to 0.2.1 - [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 `serde` from 1.0.225 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.225...v1.0.228) Updates `serde_json` from 1.0.145 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.149) Updates `hashbrown` from 0.16.0 to 0.16.1 - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.16.0...v0.16.1) Updates `indexmap` from 2.11.4 to 2.13.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.11.4...2.13.0) Updates `syn` from 2.0.106 to 2.0.117 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.106...2.0.117) Updates `clap` from 4.5.47 to 4.6.0 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.47...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: rustc-hash dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: iana-time-zone dependency-version: 0.1.65 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: databake dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: hashbrown dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: indexmap dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: syn dependency-version: 2.0.117 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 078a314 commit 2aa7efe

File tree

6 files changed

+60
-60
lines changed

6 files changed

+60
-60
lines changed

Cargo.lock

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ timezone_provider = { version = "0.2.2", path = "./provider", default-features =
3434
zoneinfo_rs = { version = "0.1.0", path = "./zoneinfo", default-features = false }
3535

3636
# Dependencies
37-
rustc-hash = "2.1.0"
37+
rustc-hash = "2.1.2"
3838
num-traits = { version = "0.2.19", default-features = false }
39-
iana-time-zone = "0.1.64"
40-
log = "0.4.28"
39+
iana-time-zone = "0.1.65"
40+
log = "0.4.29"
4141
tzif = "0.4.0"
4242
jiff-tzdb = "0.1.4"
4343
combine = "4.6.7"
@@ -48,7 +48,7 @@ tinystr = "0.8.0"
4848
icu_calendar = { version = "2.2.0", default-features = false }
4949
icu_locale_core = "2.1.0"
5050
zerovec = "0.11.0"
51-
databake = "0.2.0"
51+
databake = "0.2.1"
5252
zerotrie = "0.2.0"
5353
writeable = "0.6.0"
5454
zoneinfo64 = "0.3.0"

provider/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ zerofrom = { version = "0.1.6", optional = true }
6969
zoneinfo64 = { workspace = true, optional = true }
7070

7171
# Databake dependencies
72-
serde = { version = "1.0.225", features = ["derive"], optional = true }
72+
serde = { version = "1.0.228", features = ["derive"], optional = true }
7373
databake = { workspace = true, optional = true, features = ["derive"]}
7474
yoke = { version = "0.8.0", features = ["derive"], optional = true }
75-
serde_json = { version = "1.0.145", optional = true }
75+
serde_json = { version = "1.0.149", optional = true }
7676

7777
[dev-dependencies]
7878
icu_time = { version = "2", features = ["compiled_data"] }

tools/bakeddata/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ publish = false
1313
[dependencies]
1414
databake.workspace = true
1515
prettyplease = "0.2.37"
16-
serde_json = "1.0.145"
17-
syn = "2.0.106"
16+
serde_json = "1.0.149"
17+
syn = "2.0.117"
1818
timezone_provider = { workspace = true, features = ["datagen"] }
1919
rustc-hash.workspace = true
2020
zerovec.workspace = true

tools/zoneinfo-test-gen/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude.workspace = true
1111
publish = false
1212

1313
[dependencies]
14-
clap = { version = "4.5.47", features = ["derive"] }
15-
serde = { version = "1.0.225", features = ["derive"] }
16-
serde_json = "1.0.145"
14+
clap = { version = "4.6.0", features = ["derive"] }
15+
serde = { version = "1.0.228", features = ["derive"] }
16+
serde_json = "1.0.149"
1717
tzif.workspace = true

zoneinfo/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ std = []
2121
unstable = []
2222

2323
[dependencies]
24-
hashbrown = "0.16.0"
25-
indexmap = "2.11.4"
24+
hashbrown = "0.16.1"
25+
indexmap = "2.13.0"
2626

2727
[dev-dependencies]
2828
tzif = { workspace = true }
29-
serde_json = "1.0.145"
30-
serde = { version = "1.0.225", features = ["derive"] }
29+
serde_json = "1.0.149"
30+
serde = { version = "1.0.228", features = ["derive"] }

0 commit comments

Comments
 (0)