Skip to content

Commit d737c44

Browse files
Bump the rust-dependencies group across 1 directory with 3 updates (#959)
Bumps the rust-dependencies group with 3 updates in the / directory: [object_store](https://github.com/apache/arrow-rs-object-store), [tokio](https://github.com/tokio-rs/tokio) and [aws-config](https://github.com/smithy-lang/smithy-rs). Updates `object_store` from 0.12.0 to 0.12.1 - [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs-object-store@v0.12.0...v0.12.1) Updates `tokio` from 1.45.0 to 1.45.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.0...tokio-1.45.1) Updates `aws-config` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) --- updated-dependencies: - dependency-name: object_store dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: aws-config dependency-version: 1.6.3 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 9c89937 commit d737c44

File tree

2 files changed

+28
-19
lines changed

2 files changed

+28
-19
lines changed

Cargo.lock

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

icechunk/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ bytes = { version = "1.10.1", features = ["serde"] }
1818
base64 = "0.22.1"
1919
futures = "0.3.31"
2020
itertools = "0.14.0"
21-
object_store = { version = "0.12.0", features = ["aws", "gcp", "azure"] }
21+
object_store = { version = "0.12.1", features = ["aws", "gcp", "azure"] }
2222
rand = "0.9.1"
2323
thiserror = "2.0.12"
2424
serde_json = "1.0.140"
2525
serde = { version = "1.0.219", features = ["derive", "rc"] }
2626
serde_with = { version = "3.12.0", features = ["hex"] }
27-
tokio = { version = "1.45.0", features = ["rt-multi-thread", "macros"] }
27+
tokio = { version = "1.45.1", features = ["rt-multi-thread", "macros"] }
2828
test-strategy = "0.4.1"
2929
proptest = "1.6.0"
3030
quick_cache = "0.6.14"
@@ -36,7 +36,7 @@ url = "2.5.4"
3636
async-stream = "0.3.6"
3737
rmpv = { version = "1.3.0", features = ["serde", "with-serde"] }
3838
aws-sdk-s3 = "1.85.0"
39-
aws-config = "1.6.2"
39+
aws-config = "1.6.3"
4040
aws-credential-types = "1.2.2"
4141
aws-lc-rs = { version = "1.13.1" }
4242
typed-path = "0.11.0"

0 commit comments

Comments
 (0)