Skip to content

Commit d970d7b

Browse files
committed
feat: update cargo toml
1 parent 3d0aea1 commit d970d7b

File tree

2 files changed

+137
-19
lines changed

2 files changed

+137
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ pyo3-async-runtimes = { version = "0.23.0", features = [
2424
pythonize = "0.23.0"
2525
serde = "1.0.217"
2626
serde_json = "1.0.138"
27-
stac = { version = "0.12.0", features = [
27+
stac = { features = [
2828
"geoparquet-compression",
2929
"object-store-all",
3030
], git = "https://github.com/stac-utils/stac-rs" }
31-
stac-api = { version = "0.7.1", features = [
31+
stac-api = { features = [
3232
"client",
3333
"python",
3434
], git = "https://github.com/stac-utils/stac-rs" }
35-
stac-cli = { version = "0.5.1", git = "https://github.com/stac-utils/stac-rs" }
36-
stac-duckdb = { version = "0.1.0", git = "https://github.com/stac-utils/stac-rs" }
35+
stac-cli = { git = "https://github.com/stac-utils/stac-rs" }
36+
stac-duckdb = { git = "https://github.com/stac-utils/stac-rs" }
3737
thiserror = "2.0.11"
3838
clap = "4.5.30"
3939
tokio = { version = "1.43.0", features = ["rt-multi-thread"] }

0 commit comments

Comments
 (0)