Skip to content

Commit 27d6d5d

Browse files
Bump the rust-dependencies group with 5 updates (#1178)
Bumps the rust-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.15` | | [clap](https://github.com/clap-rs/clap) | `4.5.43` | `4.5.45` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.99` | | [syn](https://github.com/dtolnay/syn) | `2.0.104` | `2.0.106` | Updates `async-trait` from 0.1.88 to 0.1.89 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.88...0.1.89) Updates `thiserror` from 2.0.12 to 2.0.15 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.15) Updates `clap` from 4.5.43 to 4.5.45 - [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.43...clap_complete-v4.5.45) Updates `anyhow` from 1.0.98 to 1.0.99 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.99) Updates `syn` from 2.0.104 to 2.0.106 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.104...2.0.106) --- updated-dependencies: - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: thiserror dependency-version: 2.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-version: 4.5.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: syn dependency-version: 2.0.106 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 efcf018 commit 27d6d5d

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

Cargo.lock

Lines changed: 21 additions & 21 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
@@ -32,10 +32,10 @@ pyo3 = { version = "0.24.2", features = [
3232
] }
3333
pyo3-async-runtimes = { version = "0.24", features = ["tokio-runtime"] }
3434
async-stream = "0.3.6"
35-
thiserror = "2.0.12"
35+
thiserror = "2.0.15"
3636
tokio = "1.47"
3737
serde_json = "1.0.142"
38-
async-trait = "0.1.88"
38+
async-trait = "0.1.89"
3939
typetag = "0.2.20"
4040
serde = { version = "1.0.219", features = ["derive", "rc"] }
4141
miette = { version = "7.6.0", features = ["fancy"] }

icechunk/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2024"
1313
publish = true
1414

1515
[dependencies]
16-
async-trait = "0.1.88"
16+
async-trait = "0.1.89"
1717
bytes = { version = "1.10.1", features = ["serde"] }
1818
base64 = "0.22.1"
1919
futures = "0.3.31"
@@ -25,7 +25,7 @@ object_store = { version = "0.12.3", features = [
2525
"http",
2626
] }
2727
rand = "0.9.2"
28-
thiserror = "2.0.12"
28+
thiserror = "2.0.15"
2929
serde_json = "1.0.142"
3030
serde = { version = "1.0.219", features = ["derive", "rc"] }
3131
serde_with = { version = "3.14.0", features = ["hex"] }
@@ -61,7 +61,7 @@ tracing = "0.1.41"
6161
err-into = "1.0.1"
6262
serde_yaml_ng = "0.10.0"
6363
clap = { version = "4.5", features = ["derive"], optional = true }
64-
anyhow = { version = "1.0.98", optional = true }
64+
anyhow = { version = "1.0.99", optional = true }
6565
dialoguer = { version = "0.11.0", optional = true }
6666
dirs = { version = "6.0.0", optional = true }
6767
assert_fs = { version = "1.1.3", optional = true }

0 commit comments

Comments
 (0)