Skip to content

Commit 913c162

Browse files
chore(deps): bump the all-other-cargo-deps group with 4 updates
Bumps the all-other-cargo-deps group with 4 updates: [indexmap](https://github.com/indexmap-rs/indexmap), [tokio](https://github.com/tokio-rs/tokio), [libc](https://github.com/rust-lang/libc) and [semver](https://github.com/dtolnay/semver). Updates `indexmap` from 2.13.0 to 2.13.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.13.0...2.13.1) Updates `tokio` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) Updates `libc` from 0.2.183 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.184) Updates `semver` from 1.0.27 to 1.0.28 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.27...1.0.28) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-other-cargo-deps - dependency-name: libc dependency-version: 0.2.184 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: semver dependency-version: 1.0.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b8c4c5 commit 913c162

4 files changed

Lines changed: 39 additions & 39 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ glob = "0.3.0"
162162
half = { version = "2.7.0", default-features = false }
163163
hashbrown = { version = "0.16.1" }
164164
hex = { version = "0.4.3" }
165-
indexmap = "2.13.0"
165+
indexmap = "2.13.1"
166166
insta = { version = "1.47.2", features = ["glob", "filters"] }
167167
itertools = "0.14"
168168
itoa = "1.0"
@@ -192,7 +192,7 @@ strum = "0.28.0"
192192
strum_macros = "0.28.0"
193193
tempfile = "3"
194194
testcontainers-modules = { version = "0.15" }
195-
tokio = { version = "1.48", features = ["macros", "rt", "sync"] }
195+
tokio = { version = "1.51", features = ["macros", "rt", "sync"] }
196196
tokio-stream = "0.1"
197197
tokio-util = "0.7"
198198
url = "2.5.7"

datafusion/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ hashbrown = { workspace = true }
7575
hex = { workspace = true, optional = true }
7676
indexmap = { workspace = true }
7777
itertools = { workspace = true }
78-
libc = "0.2.180"
78+
libc = "0.2.184"
7979
log = { workspace = true }
8080
object_store = { workspace = true, optional = true }
8181
parquet = { workspace = true, optional = true, default-features = true }

datafusion/ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ datafusion-session = { workspace = true }
6969
futures = { workspace = true }
7070
log = { workspace = true }
7171
prost = { workspace = true }
72-
semver = "1.0.27"
72+
semver = "1.0.28"
7373
tokio = { workspace = true }
7474

7575
[dev-dependencies]

0 commit comments

Comments
 (0)