Skip to content

Commit 22b97f1

Browse files
chore(deps): bump the all-other-cargo-deps group with 7 updates
Bumps the all-other-cargo-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [insta](https://github.com/mitsuhiko/insta) | `1.46.3` | `1.47.2` | | [uuid](https://github.com/uuid-rs/uuid) | `1.22.0` | `1.23.0` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.3` | `1.8.4` | | [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.12.0` | `1.13.2` | | [postgres-types](https://github.com/rust-postgres/rust-postgres) | `0.2.12` | `0.2.13` | | [tokio-postgres](https://github.com/rust-postgres/rust-postgres) | `0.7.16` | `0.7.17` | | [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.64` | `0.3.66` | Updates `insta` from 1.46.3 to 1.47.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.46.3...1.47.2) Updates `uuid` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.22.0...v1.23.0) Updates `blake3` from 1.8.3 to 1.8.4 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.8.3...1.8.4) Updates `unicode-segmentation` from 1.12.0 to 1.13.2 - [Commits](unicode-rs/unicode-segmentation@v1.12.0...v1.13.2) Updates `postgres-types` from 0.2.12 to 0.2.13 - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](rust-postgres/rust-postgres@postgres-types-v0.2.12...postgres-types-v0.2.13) Updates `tokio-postgres` from 0.7.16 to 0.7.17 - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](rust-postgres/rust-postgres@tokio-postgres-v0.7.16...tokio-postgres-v0.7.17) Updates `wasm-bindgen-test` from 0.3.64 to 0.3.66 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: insta dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-other-cargo-deps - dependency-name: uuid dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-other-cargo-deps - dependency-name: blake3 dependency-version: 1.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: unicode-segmentation dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-other-cargo-deps - dependency-name: postgres-types dependency-version: 0.2.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: tokio-postgres dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: wasm-bindgen-test dependency-version: 0.3.66 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 55d1995 commit 22b97f1

5 files changed

Lines changed: 73 additions & 58 deletions

File tree

Cargo.lock

Lines changed: 67 additions & 52 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
@@ -163,7 +163,7 @@ half = { version = "2.7.0", default-features = false }
163163
hashbrown = { version = "0.16.1" }
164164
hex = { version = "0.4.3" }
165165
indexmap = "2.13.0"
166-
insta = { version = "1.46.3", features = ["glob", "filters"] }
166+
insta = { version = "1.47.2", features = ["glob", "filters"] }
167167
itertools = "0.14"
168168
itoa = "1.0"
169169
liblzma = { version = "0.4.6", features = ["static"] }
@@ -196,7 +196,7 @@ tokio = { version = "1.48", features = ["macros", "rt", "sync"] }
196196
tokio-stream = "0.1"
197197
tokio-util = "0.7"
198198
url = "2.5.7"
199-
uuid = "1.21"
199+
uuid = "1.23"
200200
zstd = { version = "0.13", default-features = false }
201201

202202
[workspace.lints.clippy]

datafusion/functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ num-traits = { workspace = true }
8787
rand = { workspace = true }
8888
regex = { workspace = true, optional = true }
8989
sha2 = { workspace = true, optional = true }
90-
unicode-segmentation = { version = "^1.7.1", optional = true }
90+
unicode-segmentation = { version = "^1.13.2", optional = true }
9191
uuid = { workspace = true, features = ["v4"], optional = true }
9292

9393
[dev-dependencies]

datafusion/sqllogictest/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ indicatif = "0.18"
5555
itertools = { workspace = true }
5656
log = { workspace = true }
5757
object_store = { workspace = true }
58-
postgres-types = { version = "0.2.12", features = ["derive", "with-chrono-0_4"], optional = true }
58+
postgres-types = { version = "0.2.13", features = ["derive", "with-chrono-0_4"], optional = true }
5959
# When updating the following dependency verify that sqlite test file regeneration works correctly
6060
# by running the regenerate_sqlite_files.sh script.
6161
sqllogictest = "0.29.1"
@@ -64,7 +64,7 @@ tempfile = { workspace = true }
6464
testcontainers-modules = { workspace = true, features = ["postgres"], optional = true }
6565
thiserror = "2.0.18"
6666
tokio = { workspace = true }
67-
tokio-postgres = { version = "0.7.16", optional = true }
67+
tokio-postgres = { version = "0.7.17", optional = true }
6868

6969
[features]
7070
avro = ["datafusion/avro"]

datafusion/wasmtest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ object_store = { workspace = true }
6565
# needs to be compiled
6666
tokio = { workspace = true }
6767
url = { workspace = true }
68-
wasm-bindgen-test = "0.3.62"
68+
wasm-bindgen-test = "0.3.66"
6969

7070
[package.metadata.cargo-machete]
7171
ignored = ["chrono", "getrandom"]

0 commit comments

Comments
 (0)