Skip to content

Commit ab1440f

Browse files
Bump the rust-dependencies group with 3 updates
Bumps the rust-dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [syn](https://github.com/dtolnay/syn) and [tokio](https://github.com/tokio-rs/tokio). Updates `clap` from 4.5.53 to 4.5.54 - [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.53...clap_complete-v4.5.54) Updates `syn` from 2.0.111 to 2.0.113 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.111...2.0.113) Updates `tokio` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: syn dependency-version: 2.0.113 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio dependency-version: 1.49.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 c75f9a0 commit ab1440f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ small_btree = { version = "~0.1.0", path = "utils/small_btree" }
5353
# Shared deps
5454
arbitrary = "1"
5555
bitflags = "2.10.0"
56-
clap = "4.5.53"
56+
clap = "4.5.54"
5757
colored = "3.0.0"
5858
cow-utils = "0.1.3"
5959
fast-float2 = "0.2.3"
@@ -105,7 +105,7 @@ isahc = "1.7.2"
105105
rustyline = { version = "17.0.2", default-features = false }
106106
dhat = "0.3.3"
107107
quote = "1.0.42"
108-
syn = { version = "2.0.111", default-features = false }
108+
syn = { version = "2.0.113", default-features = false }
109109
proc-macro2 = "1.0"
110110
synstructure = "0.13"
111111
measureme = "12.0.3"
@@ -134,7 +134,7 @@ futures-lite = "2.6.1"
134134
test-case = "3.3.1"
135135
rstest = "0.26.1"
136136
url = "2.5.7"
137-
tokio = { version = "1.48.0", default-features = false }
137+
tokio = { version = "1.49.0", default-features = false }
138138
futures-concurrency = "7.6.3"
139139
dynify = "0.1.2"
140140
futures-channel = "0.3.31"

0 commit comments

Comments
 (0)