Skip to content

Commit 8e41d70

Browse files
Bump the rust-dependencies group with 5 updates
Bumps the rust-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [rand](https://github.com/rust-random/rand) | `0.9.0` | `0.9.1` | | [quick_cache](https://github.com/arthurprs/quick-cache) | `0.6.12` | `0.6.13` | | [clap](https://github.com/clap-rs/clap) | `4.5.36` | `4.5.37` | | [syn](https://github.com/dtolnay/syn) | `2.0.89` | `2.0.100` | | [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.40` | Updates `rand` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.9.0...rand_core-0.9.1) Updates `quick_cache` from 0.6.12 to 0.6.13 - [Release notes](https://github.com/arthurprs/quick-cache/releases) - [Commits](arthurprs/quick-cache@v0.6.12...v0.6.13) Updates `clap` from 4.5.36 to 4.5.37 - [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.36...clap_complete-v4.5.37) Updates `syn` from 2.0.89 to 2.0.100 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.89...2.0.100) Updates `quote` from 1.0.36 to 1.0.40 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.36...1.0.40) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: quick_cache dependency-version: 0.6.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: syn dependency-version: 2.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: quote dependency-version: 1.0.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a443f72 commit 8e41d70

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

Cargo.lock

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

icechunk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ base64 = "0.22.1"
1919
futures = "0.3.31"
2020
itertools = "0.14.0"
2121
object_store = { version = "0.12.0", features = ["aws", "gcp", "azure"] }
22-
rand = "0.9.0"
22+
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"] }
2727
tokio = { version = "1.44.2", features = ["rt-multi-thread", "macros"] }
2828
test-strategy = "0.4.1"
2929
proptest = "1.6.0"
30-
quick_cache = "0.6.12"
30+
quick_cache = "0.6.13"
3131
base32 = "0.5.1"
3232
chrono = { version = "0.4.40", features = ["serde"] }
3333
async-recursion = "1.1.1"

0 commit comments

Comments
 (0)