Skip to content

Commit aedab3a

Browse files
Bump the rust-dependencies group across 1 directory with 5 updates (#1150)
Bumps the rust-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.141` | `1.0.142` | | [tokio](https://github.com/tokio-rs/tokio) | `1.46.1` | `1.47.1` | | [quick_cache](https://github.com/arthurprs/quick-cache) | `0.6.14` | `0.6.16` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.15` | `0.7.16` | | [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.42` | Updates `serde_json` from 1.0.141 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.141...v1.0.142) Updates `tokio` from 1.46.1 to 1.47.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.1...tokio-1.47.1) Updates `quick_cache` from 0.6.14 to 0.6.16 - [Release notes](https://github.com/arthurprs/quick-cache/releases) - [Commits](arthurprs/quick-cache@v0.6.14...v0.6.16) Updates `tokio-util` from 0.7.15 to 0.7.16 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.15...tokio-util-0.7.16) Updates `clap` from 4.5.41 to 4.5.42 - [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.41...clap_complete-v4.5.42) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: quick_cache dependency-version: 0.6.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio-util dependency-version: 0.7.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-version: 4.5.42 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 0dfb654 commit aedab3a

File tree

3 files changed

+36
-26
lines changed

3 files changed

+36
-26
lines changed

Cargo.lock

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

icechunk-python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ pyo3 = { version = "0.24.2", features = [
3333
pyo3-async-runtimes = { version = "0.24", features = ["tokio-runtime"] }
3434
async-stream = "0.3.6"
3535
thiserror = "2.0.12"
36-
tokio = "1.46"
37-
serde_json = "1.0.141"
36+
tokio = "1.47"
37+
serde_json = "1.0.142"
3838
async-trait = "0.1.88"
3939
typetag = "0.2.20"
4040
serde = { version = "1.0.219", features = ["derive", "rc"] }

icechunk/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ object_store = { version = "0.12.3", features = [
2626
] }
2727
rand = "0.9.2"
2828
thiserror = "2.0.12"
29-
serde_json = "1.0.141"
29+
serde_json = "1.0.142"
3030
serde = { version = "1.0.219", features = ["derive", "rc"] }
3131
serde_with = { version = "3.14.0", features = ["hex"] }
32-
tokio = { version = "1.46.1", features = ["rt-multi-thread", "macros"] }
32+
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }
3333
test-strategy = "0.4.3"
3434
proptest = "1.7.0"
35-
quick_cache = "0.6.14"
35+
quick_cache = "0.6.16"
3636
base32 = "0.5.1"
3737
chrono = { version = "0.4.41", features = ["serde"] }
3838
async-recursion = "1.1.1"
@@ -50,7 +50,7 @@ aws-smithy-types-convert = { version = "0.60.9", features = [
5050
] }
5151
typetag = "0.2.20"
5252
zstd = "0.13.3"
53-
tokio-util = { version = "0.7.15", features = ["compat", "io-util"] }
53+
tokio-util = { version = "0.7.16", features = ["compat", "io-util"] }
5454
serde_bytes = "0.11.17"
5555
regex = "1.11.1"
5656
tracing-error = "0.2.1"

0 commit comments

Comments
 (0)