Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
RUST_BACKTRACE: short
RUSTUP_MAX_RETRIES: 10
RUST_CHANNEL: '1.91.0'
CARGO_DENY_VERSION: '0.18.4'
CARGO_DENY_VERSION: '0.18.9'

jobs:
check-dependencies:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-rust-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
RUSTUP_MAX_RETRIES: 10
# update RUST_CHANNEL and CARGO_DENY in sync
RUST_CHANNEL: '1.91.0'
CARGO_DENY_VERSION: '0.18.4'
CARGO_DENY_VERSION: '0.18.9'

on:
workflow_dispatch:
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion icechunk-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"] }
async-stream = "0.3.6"
thiserror = "2.0.17"
tokio = "1.48"
serde_json = "1.0.145"
serde_json = "1.0.146"
async-trait = "0.1.89"
typetag = "0.2.21"
serde = { version = "1.0.228", features = ["derive", "rc"] }
Expand Down
8 changes: 4 additions & 4 deletions icechunk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object_store = { version = "0.12.4", features = [
] }
rand = "0.9.2"
thiserror = "2.0.17"
serde_json = "1.0.145"
serde_json = "1.0.146"
serde = { version = "1.0.228", features = ["derive", "rc"] }
serde_with = { version = "3.16.0", features = ["hex"] }
tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros"] }
Expand Down Expand Up @@ -57,16 +57,16 @@ tracing-error = "0.2.1"
tracing-subscriber = { version = "0.3.20", features = [
"env-filter",
], optional = true }
tracing = "0.1.41"
tracing = "0.1.44"
err-into = "1.0.1"
serde_yaml_ng = "0.10.0"
clap = { version = "4.5", features = ["derive"], optional = true }
anyhow = { version = "1.0.100", optional = true }
dialoguer = { version = "0.12.0", optional = true }
dirs = { version = "6.0.0", optional = true }
assert_fs = { version = "1.1.3", optional = true }
flexbuffers = "25.9.23"
flatbuffers = "25.9.23"
flexbuffers = "25.12.19"
flatbuffers = "25.12.19"
urlencoding = "2.1.3"

# reqwest's default-features enables default-tls which ultimately leads to an openssl dependencies
Expand Down