@@ -28,8 +28,8 @@ too_many_arguments = "allow"
2828ciborium = " 0.2"
2929either = " 1.15"
3030flume = " 0.11"
31- polars-core = { git = " https://github.com/pola-rs/polars.git" , rev = " a99ad3495d0b4bb71a956eb3ab5e23595df756db " , default-features = false }
32- polars-error = { git = " https://github.com/pola-rs/polars.git" , rev = " a99ad3495d0b4bb71a956eb3ab5e23595df756db " , default-features = false }
31+ polars-core = { git = " https://github.com/pola-rs/polars.git" , rev = " c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b " , default-features = false }
32+ polars-error = { git = " https://github.com/pola-rs/polars.git" , rev = " c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b " , default-features = false }
3333savvy = { version = " 0.8" , features = [" use-custom-error" ] }
3434serde_json = " 1"
3535state = " 0.6"
@@ -42,7 +42,7 @@ parking_lot = "0.12"
4242# <https://github.com/pola-rs/polars/blob/93ceaccdac6f05c9b07a5117f3a4a90c238dbd29/.github/workflows/test-pyodide.yml#L40-L45>
4343[target .'cfg(not(target_os = "emscripten"))' .dependencies .polars ]
4444git = " https://github.com/pola-rs/polars.git"
45- rev = " a99ad3495d0b4bb71a956eb3ab5e23595df756db "
45+ rev = " c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b "
4646default-features = false
4747features = [
4848 " aws" ,
@@ -60,19 +60,19 @@ features = [
6060
6161[target .'cfg(not(target_os = "emscripten"))' .dependencies .polars-lazy ]
6262git = " https://github.com/pola-rs/polars.git"
63- rev = " a99ad3495d0b4bb71a956eb3ab5e23595df756db "
63+ rev = " c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b "
6464default-features = false
6565features = [" new_streaming" ]
6666
6767[target .'cfg(not(target_os = "emscripten"))' .dependencies .polars-mem-engine ]
6868git = " https://github.com/pola-rs/polars.git"
69- rev = " a99ad3495d0b4bb71a956eb3ab5e23595df756db "
69+ rev = " c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b "
7070default-features = false
7171features = [" csv" , " ipc" , " json" , " parquet" ]
7272
7373[dependencies .polars ]
7474git = " https://github.com/pola-rs/polars.git"
75- rev = " a99ad3495d0b4bb71a956eb3ab5e23595df756db "
75+ rev = " c5f0f25b2ed6498dd47d3ec619ef3a1a90c0788b "
7676default-features = false
7777features = [
7878 " abs" ,
0 commit comments