Skip to content

Commit 5da774b

Browse files
Bump the rust-dependencies group with 6 updates
Bumps the rust-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [itoa](https://github.com/dtolnay/itoa) | `1.0.16` | `1.0.17` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.26` | `0.12.28` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.148` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.103` | `1.0.104` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.12.0` | `1.13.0` | | [icu_segmenter](https://github.com/unicode-org/icu4x) | `2.1.1` | `2.1.2` | Updates `itoa` from 1.0.16 to 1.0.17 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.16...1.0.17) Updates `reqwest` from 0.12.26 to 0.12.28 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.26...v0.12.28) Updates `serde_json` from 1.0.145 to 1.0.148 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.148) Updates `proc-macro2` from 1.0.103 to 1.0.104 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.103...1.0.104) Updates `portable-atomic` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](taiki-e/portable-atomic@v1.12.0...v1.13.0) Updates `icu_segmenter` from 2.1.1 to 2.1.2 - [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) --- updated-dependencies: - dependency-name: itoa dependency-version: 1.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-version: 1.0.148 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: proc-macro2 dependency-version: 1.0.104 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: portable-atomic dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: icu_segmenter dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ec43ed commit 5da774b

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ hashbrown = "0.16.1"
6161
http = { version = "1.4.0" }
6262
indexmap = { version = "2.12.1", default-features = false }
6363
indoc = "2.0.7"
64-
itoa = "1.0.16"
64+
itoa = "1.0.17"
6565
jemallocator = "0.5.4"
6666
mimalloc-safe = "0.1.55"
6767
lz4_flex = "0.12.0"
@@ -72,9 +72,9 @@ phf = { version = "0.13.1", default-features = false }
7272
pollster = "0.4.0"
7373
regex = "1.12.2"
7474
regress = { version = "0.10.5", features = ["utf16"] }
75-
reqwest = { version = "0.12.26" }
75+
reqwest = { version = "0.12.28" }
7676
rustc-hash = { version = "2.1.1", default-features = false }
77-
serde_json = "1.0.145"
77+
serde_json = "1.0.148"
7878
serde = "1.0.219"
7979
static_assertions = "1.1.0"
8080
textwrap = "0.16.2"
@@ -118,7 +118,7 @@ thiserror = { version = "2.0.17", default-features = false }
118118
dashmap = "6.1.0"
119119
num_enum = "0.7.5"
120120
itertools = { version = "0.14.0", default-features = false }
121-
portable-atomic = "1.12.0"
121+
portable-atomic = "1.13.0"
122122
bytemuck = { version = "1.24.0", default-features = false }
123123
arrayvec = "0.7.6"
124124
intrusive-collections = "0.9.7"
@@ -151,7 +151,7 @@ icu_collator = { version = "~2.1.1", default-features = false }
151151
icu_plurals = { version = "~2.1.1", default-features = false }
152152
icu_list = { version = "~2.1.1", default-features = false }
153153
icu_casemap = { version = "~2.1.1", default-features = false }
154-
icu_segmenter = { version = "~2.1.1", default-features = false }
154+
icu_segmenter = { version = "~2.1.2", default-features = false }
155155
icu_provider_export = { version = "~2.1.1", default-features = false }
156156
icu_provider_source = { version = "~2.1.1", default-features = false }
157157
icu_provider_adapters = { version = "~2.1.1", default-features = false }

0 commit comments

Comments
 (0)