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
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fallible-streaming-iterator = "0.1.9"
# requires lifting the proj-sys floor in lockstep. bundled feature compiles
# SQLite from source so the workspace doesn't grow a system-sqlite runtime
# dep.
rusqlite = { version = "0.36.0", default-features = false, features = ["bundled"] }
rusqlite = { version = "0.37.0", default-features = false, features = ["bundled"] }
# default features pull in reqwest/http for direct fetching; we use object_store
# for transport, so only the bytes integration is needed.
flatgeobuf = { version = "6.0.1", default-features = false, features = ["bytes"] }
Expand Down
Loading