diff --git a/Cargo.lock b/Cargo.lock index b3a41384e..9c2413c7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3026,7 +3026,7 @@ checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" [[package]] name = "datafusion" version = "37.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#ca898b0f7154fc05856a1243bb9a80f99e4b1202" +source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#4f17b2b364d6b6ac614988ef1de2be8295e438bb" dependencies = [ "ahash", "arrow", @@ -3076,7 +3076,7 @@ dependencies = [ [[package]] name = "datafusion-common" version = "37.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#ca898b0f7154fc05856a1243bb9a80f99e4b1202" +source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#4f17b2b364d6b6ac614988ef1de2be8295e438bb" dependencies = [ "ahash", "arrow", @@ -3096,7 +3096,7 @@ dependencies = [ [[package]] name = "datafusion-common-runtime" version = "37.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#ca898b0f7154fc05856a1243bb9a80f99e4b1202" +source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#4f17b2b364d6b6ac614988ef1de2be8295e438bb" dependencies = [ "tokio", ] @@ -3104,7 +3104,7 @@ dependencies = [ [[package]] name = "datafusion-execution" version = "37.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#ca898b0f7154fc05856a1243bb9a80f99e4b1202" +source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#4f17b2b364d6b6ac614988ef1de2be8295e438bb" dependencies = [ "arrow", "chrono", @@ -3124,7 +3124,7 @@ dependencies = [ [[package]] name = "datafusion-expr" version = "37.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#ca898b0f7154fc05856a1243bb9a80f99e4b1202" +source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#4f17b2b364d6b6ac614988ef1de2be8295e438bb" dependencies = [ "ahash", "arrow", @@ -3165,7 +3165,7 @@ dependencies = [ [[package]] name = "datafusion-functions" version = "37.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#ca898b0f7154fc05856a1243bb9a80f99e4b1202" +source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#4f17b2b364d6b6ac614988ef1de2be8295e438bb" dependencies = [ "arrow", "base64 0.22.1", @@ -3209,7 +3209,7 @@ dependencies = [ [[package]] name = "datafusion-functions-array" version = "37.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#ca898b0f7154fc05856a1243bb9a80f99e4b1202" +source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#4f17b2b364d6b6ac614988ef1de2be8295e438bb" dependencies = [ "arrow", "arrow-array", @@ -3228,7 +3228,7 @@ dependencies = [ [[package]] name = "datafusion-optimizer" version = "37.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#ca898b0f7154fc05856a1243bb9a80f99e4b1202" +source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#4f17b2b364d6b6ac614988ef1de2be8295e438bb" dependencies = [ "arrow", "async-trait", @@ -3245,7 +3245,7 @@ dependencies = [ [[package]] name = "datafusion-physical-expr" version = "37.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#ca898b0f7154fc05856a1243bb9a80f99e4b1202" +source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#4f17b2b364d6b6ac614988ef1de2be8295e438bb" dependencies = [ "ahash", "arrow", @@ -3279,7 +3279,7 @@ dependencies = [ [[package]] name = "datafusion-physical-plan" version = "37.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#ca898b0f7154fc05856a1243bb9a80f99e4b1202" +source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#4f17b2b364d6b6ac614988ef1de2be8295e438bb" dependencies = [ "ahash", "arrow", @@ -3309,7 +3309,7 @@ dependencies = [ [[package]] name = "datafusion-proto" version = "37.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#ca898b0f7154fc05856a1243bb9a80f99e4b1202" +source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#4f17b2b364d6b6ac614988ef1de2be8295e438bb" dependencies = [ "arrow", "chrono", @@ -3339,7 +3339,7 @@ dependencies = [ [[package]] name = "datafusion-sql" version = "37.1.0" -source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#ca898b0f7154fc05856a1243bb9a80f99e4b1202" +source = "git+https://github.com/ArroyoSystems/arrow-datafusion?branch=37.1.0_arroyo#4f17b2b364d6b6ac614988ef1de2be8295e438bb" dependencies = [ "arrow", "arrow-array", @@ -4810,7 +4810,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.7", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -6816,7 +6816,7 @@ checksum = "80b776a1b2dc779f5ee0641f8ade0125bc1298dd41a9a0c16d8bd57b42d222b1" dependencies = [ "bytes", "heck 0.5.0", - "itertools 0.12.1", + "itertools 0.11.0", "log", "multimap", "once_cell", @@ -6836,7 +6836,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9554e3ab233f0a932403704f1a1d08c30d5ccd931adfdfa1e8b5a19b52c1d55a" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.61",