Skip to content

Commit 6eb7ba1

Browse files
Bump the rust-dependencies group with 5 updates (#4137)
Bumps the rust-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [bitflags](https://github.com/bitflags/bitflags) | `2.7.0` | `2.8.0` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.7.1` | | [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.137` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.101` | `1.0.102` | Updates `bitflags` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.7.0...2.8.0) Updates `indexmap` from 2.7.0 to 2.7.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.7.0...2.7.1) Updates `serde_json` from 1.0.135 to 1.0.137 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.135...v1.0.137) Updates `log` from 0.4.22 to 0.4.25 - [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.22...0.4.25) Updates `trybuild` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.101...1.0.102) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: trybuild 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 a3acc1b commit 6eb7ba1

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 19 additions & 19 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
@@ -47,13 +47,13 @@ boa_string = { version = "~0.20.0", path = "core/string" }
4747

4848
# Shared deps
4949
arbitrary = "1"
50-
bitflags = "2.7.0"
50+
bitflags = "2.8.0"
5151
clap = "4.5.26"
5252
colored = "2.2.0"
5353
cow-utils = "0.1.3"
5454
fast-float2 = "0.2.3"
5555
hashbrown = "0.15.2"
56-
indexmap = { version = "2.7.0", default-features = false }
56+
indexmap = { version = "2.7.1", default-features = false }
5757
indoc = "2.0.5"
5858
itoa = "1.0.14"
5959
jemallocator = "0.5.4"
@@ -65,17 +65,17 @@ pollster = "0.4.0"
6565
regex = "1.11.1"
6666
regress = { version = "0.10.1", features = ["utf16"] }
6767
rustc-hash = { version = "2.1.0", default-features = false }
68-
serde_json = "1.0.134"
68+
serde_json = "1.0.137"
6969
serde = "1.0.217"
7070
static_assertions = "1.1.0"
7171
textwrap = "0.16.0"
7272
thin-vec = "0.2.13"
7373
time = { version = "0.3.37", default-features = false, features = ["local-offset", "large-dates", "wasm-bindgen", "parsing", "formatting", "macros"] }
7474
tinystr = "0.7.5"
75-
log = "0.4.22"
75+
log = "0.4.25"
7676
simple_logger = "5.0.0"
7777
cargo_metadata = "0.19.1"
78-
trybuild = "1.0.101"
78+
trybuild = "1.0.102"
7979
rayon = "1.10.0"
8080
toml = "0.8.19"
8181
color-eyre = "0.6.3"

0 commit comments

Comments
 (0)