Skip to content

Commit 517ad50

Browse files
Bump the rust-dependencies group with 4 updates (#4088)
Bumps the rust-dependencies group with 4 updates: [colored](https://github.com/mackwic/colored), [itoa](https://github.com/dtolnay/itoa), [serde](https://github.com/serde-rs/serde) and [thiserror](https://github.com/dtolnay/thiserror). Updates `colored` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](colored-rs/colored@v2.1.0...v2.2.0) Updates `itoa` from 1.0.13 to 1.0.14 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.13...1.0.14) Updates `serde` from 1.0.215 to 1.0.216 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.216) Updates `thiserror` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.6...2.0.7) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: itoa dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e529d70 commit 517ad50

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 13 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ boa_string = { version = "~0.20.0", path = "core/string" }
4949
arbitrary = "1"
5050
bitflags = "2.5.0"
5151
clap = "4.5.23"
52-
colored = "2.1.0"
52+
colored = "2.2.0"
5353
fast-float2 = "0.2.3"
5454
hashbrown = "0.15.2"
5555
indexmap = { version = "2.7.0", default-features = false }
5656
indoc = "2.0.5"
57-
itoa = "1.0.13"
57+
itoa = "1.0.14"
5858
jemallocator = "0.5.4"
5959
num-bigint = "0.4.6"
6060
num-traits = "0.2.19"
@@ -65,7 +65,7 @@ regex = "1.11.1"
6565
regress = { version = "0.10.1", features = ["utf16"] }
6666
rustc-hash = { version = "2.1.0", default-features = false }
6767
serde_json = "1.0.133"
68-
serde = "1.0.215"
68+
serde = "1.0.216"
6969
static_assertions = "1.1.0"
7070
textwrap = "0.16.0"
7171
thin-vec = "0.2.13"
@@ -101,7 +101,7 @@ rand = "0.8.5"
101101
num-integer = "0.1.46"
102102
ryu-js = "1.0.1"
103103
tap = "1.0.1"
104-
thiserror = { version = "2.0.6", default-features = false }
104+
thiserror = { version = "2.0.7", default-features = false }
105105
dashmap = "6.1.0"
106106
num_enum = "0.7.3"
107107
itertools = { version = "0.13.0", default-features = false }

0 commit comments

Comments
 (0)