diff --git a/Cargo.lock b/Cargo.lock index b9c37ca7c..766c22644 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,9 +179,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.76" +version = "1.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" +checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9" dependencies = [ "backtrace", ] @@ -1476,9 +1476,9 @@ dependencies = [ [[package]] name = "chrono-tz" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e23185c0e21df6ed832a12e2bda87c7d1def6842881fb634a8511ced741b0d76" +checksum = "91d7b79e99bfaa0d47da0687c43aa3b7381938a62ad3a6498599039321f660b7" dependencies = [ "chrono", "chrono-tz-build", @@ -1529,9 +1529,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.11" +version = "4.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" +checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d" dependencies = [ "clap_builder", "clap_derive", @@ -1539,9 +1539,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.11" +version = "4.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" +checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" dependencies = [ "anstream 0.6.4", "anstyle", @@ -2854,12 +2854,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.5" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" +checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" dependencies = [ "libc", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -3059,9 +3059,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" +checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" dependencies = [ "futures-channel", "futures-core", @@ -3074,9 +3074,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" +checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" dependencies = [ "futures-core", "futures-sink", @@ -3084,15 +3084,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" +checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" [[package]] name = "futures-executor" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" +checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" dependencies = [ "futures-core", "futures-task", @@ -3101,15 +3101,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" +checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] name = "futures-macro" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" +checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", @@ -3118,15 +3118,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" +checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" [[package]] name = "futures-task" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" +checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" [[package]] name = "futures-timer" @@ -3136,9 +3136,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" [[package]] name = "futures-util" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" +checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" dependencies = [ "futures-channel", "futures-core", @@ -4012,9 +4012,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.149" +version = "0.2.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" +checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" [[package]] name = "libflate" @@ -4085,9 +4085,9 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linux-raw-sys" -version = "0.4.10" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" +checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "lock_api" @@ -4401,9 +4401,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8017ec3548ffe7d4cef7ac0e12b044c01164a74c0f3119420faeaf13490ad8b" +checksum = "f353abec74660d4b8533c2516c86eb062f1ec8ca49a2758f4f2b1b60b06b0c6e" dependencies = [ "async-lock", "async-trait", @@ -4597,9 +4597,9 @@ checksum = "d4b4532cf86bfef556348ac65e561e3123879f0e7566cca6d43a6ff5326f13df" [[package]] name = "napi-derive" -version = "2.14.4" +version = "2.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b5af262f1d8e660742eb722abc7113a5b3c3de4144d0ef23ede2518672ceff1" +checksum = "e61bec1ee990ae3e9a5f443484c65fb38e571a898437f0ad283ed69c82fc59c0" dependencies = [ "cfg-if", "convert_case 0.6.0", @@ -4611,9 +4611,9 @@ dependencies = [ [[package]] name = "napi-derive-backend" -version = "1.0.57" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ea236321b521d6926213a2021e407b0562e28a257c037a45919e414d2cdb4f8" +checksum = "2314f777bc9cde51705d991c44466cee4de4a3f41c6d3d019fcbbebb5cdd47c4" dependencies = [ "convert_case 0.6.0", "once_cell", @@ -4834,7 +4834,7 @@ dependencies = [ "bytes", "futures", "logutil", - "moka 0.12.1", + "moka 0.12.2", "object_store", "once_cell", "tempfile", @@ -6352,15 +6352,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.21" +version = "0.38.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3" +checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" dependencies = [ "bitflags 2.4.1", "errno", "libc", "linux-raw-sys", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -6640,9 +6640,9 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.12" +version = "0.11.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff" +checksum = "8bb1879ea93538b78549031e2d54da3e901fd7e75f2e4dc758d760937b123d10" dependencies = [ "serde", ] @@ -7367,15 +7367,15 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.8.1" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" +checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" dependencies = [ "cfg-if", "fastrand", "redox_syscall 0.4.1", "rustix", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -7436,18 +7436,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.51" +version = "1.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" +checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.51" +version = "1.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" +checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index c49565df1..3a332840f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,23 +14,24 @@ codegen-units = 1 strip = true [workspace.dependencies] +anyhow = "1.0.77" async-trait = "0.1.75" +chrono = "0.4.31" datafusion = { version = "32.0", features = ["avro"] } datafusion-proto = { version = "32.0" } +futures = "0.3.30" object_store = { version = "0.7" } -tokio = { version = "1", features = ["full"] } -url = "2.5.0" -thiserror = "1.0" -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.108" -chrono = "0.4.31" -anyhow = "1.0.76" prost = "0.12" -prost-types = "0.12" prost-build = "0.12" +prost-types = "0.12" reqwest = { version = "0.11.23", default-features = false, features = ["json", "rustls-tls"] } +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0.108" +tempfile = "3.9.0" +thiserror = "1.0" +tokio = { version = "1", features = ["full"] } tonic = { version = "0.10", features = ["transport", "tls", "tls-roots"] } -tempfile = "3.8.1" +url = "2.5.0" [workspace.dependencies.deltalake] git = "https://github.com/delta-io/delta-rs.git" diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml index f605b84a8..f4aad8eb5 100644 --- a/bindings/nodejs/Cargo.toml +++ b/bindings/nodejs/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] # Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix ioutil = { path = "../../crates/ioutil" } napi = { version = "2.14.1", default-features = false, features = ["full"] } -napi-derive = "2.14.4" +napi-derive = "2.14.6" sqlexec = { path = "../../crates/sqlexec" } metastore = { path = "../../crates/metastore" } telemetry = { path = "../../crates/telemetry" } @@ -19,7 +19,7 @@ pgrepr = { path = "../../crates/pgrepr" } datafusion_ext = { path = "../../crates/datafusion_ext" } arrow_util = { path = "../../crates/arrow_util" } glaredb = { path = "../../crates/glaredb" } -futures = "0.3.28" +futures = { workspace = true } datafusion.workspace = true thiserror = { workspace = true } url = { workspace = true } diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index ceb5ca61f..97fa97fe7 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -25,7 +25,7 @@ pgrepr = { path = "../../crates/pgrepr" } datafusion_ext = { path = "../../crates/datafusion_ext" } arrow_util = { path = "../../crates/arrow_util" } glaredb = { path = "../../crates/glaredb" } -futures = "0.3.29" +futures = { workspace = true } uuid = "1.6.1" async-trait = { workspace = true } once_cell = "1.19.0" diff --git a/crates/bench_runner/Cargo.toml b/crates/bench_runner/Cargo.toml index a3e4d6fa5..8629b3f0b 100644 --- a/crates/bench_runner/Cargo.toml +++ b/crates/bench_runner/Cargo.toml @@ -12,7 +12,7 @@ pgsrv = {path = "../pgsrv"} tokio = { workspace = true } tokio-postgres = "0.7.8" anyhow = "1.0" -clap = { version = "4.4.11", features = ["derive"] } +clap = { version = "4.4.12", features = ["derive"] } async-trait = { workspace = true } glob = "0.3.1" regex = "1.8.1" diff --git a/crates/datafusion_ext/Cargo.toml b/crates/datafusion_ext/Cargo.toml index 77852e28f..fade41c5d 100644 --- a/crates/datafusion_ext/Cargo.toml +++ b/crates/datafusion_ext/Cargo.toml @@ -25,7 +25,7 @@ tracing = "0.1" thiserror.workspace = true decimal = { path = "../decimal" } protogen = { path = "../protogen" } -futures = "0.3.29" +futures = { workspace = true } parking_lot = "0.12.1" bson = "2.7.0" diff --git a/crates/datasources/Cargo.toml b/crates/datasources/Cargo.toml index dbc559f67..7a23bd06e 100644 --- a/crates/datasources/Cargo.toml +++ b/crates/datasources/Cargo.toml @@ -16,12 +16,12 @@ bitflags = "2.4" bitvec = "1" bytes = "1.4.0" chrono = { workspace = true } -chrono-tz = "0.8.4" +chrono-tz = "0.8.5" clickhouse-rs = { version = "1.1.0-alpha.1"} datafusion = { workspace = true } decimal = { path = "../decimal" } deltalake = { workspace = true } -futures = "0.3.29" +futures = { workspace = true } gcp-bigquery-client = "0.18.0" logutil = {path = "../logutil"} protogen = {path = "../protogen"} @@ -41,7 +41,7 @@ rustls = "0.21.10" reqwest = { workspace = true } rust_decimal = { version = "1.33.1", features = ["db-tokio-postgres"] } serde = { workspace = true } -serde_bytes = "0.11.12" +serde_bytes = "0.11.13" serde_with = "3.1.0" serde_json = { workspace = true } snowflake_connector = { path = "../snowflake_connector" } diff --git a/crates/glaredb/Cargo.toml b/crates/glaredb/Cargo.toml index 3f8d5d14f..3626bfc49 100644 --- a/crates/glaredb/Cargo.toml +++ b/crates/glaredb/Cargo.toml @@ -25,12 +25,12 @@ object_store_util = { path = "../object_store_util" } metastore = { path = "../metastore" } anyhow = "1.0" tokio = { workspace = true } -clap = { version = "4.4.11", features = ["derive"] } +clap = { version = "4.4.12", features = ["derive"] } tracing = "0.1" uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] } tonic = { workspace = true } once_cell = "1.19.0" -futures = "0.3.29" +futures = { workspace = true } colored = "2.1.0" reedline = "0.27.1" nu-ansi-term = "0.49.0" diff --git a/crates/metastore/Cargo.toml b/crates/metastore/Cargo.toml index f87a3b5c6..58078d7a5 100644 --- a/crates/metastore/Cargo.toml +++ b/crates/metastore/Cargo.toml @@ -27,5 +27,5 @@ once_cell = "1.19.0" proptest = "1.4" proptest-derive = "0.4" tower = "0.4" -futures = "0.3.29" +futures = { workspace = true } dashmap = "5.5.0" diff --git a/crates/object_store_util/Cargo.toml b/crates/object_store_util/Cargo.toml index 1f0cba03b..beaf5c197 100644 --- a/crates/object_store_util/Cargo.toml +++ b/crates/object_store_util/Cargo.toml @@ -9,12 +9,12 @@ edition = { workspace = true } logutil = { path = "../logutil" } object_store = { workspace = true } tempfile = "3" -futures = "0.3.29" +futures = { workspace = true } async-trait = { workspace = true } thiserror.workspace = true tokio = { workspace = true } bytes = "1.4.0" tracing = "0.1" -moka = { version = "0.12.1", features = ["future"] } +moka = { version = "0.12.2", features = ["future"] } uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] } once_cell = "1.19.0" diff --git a/crates/pgprototest/Cargo.toml b/crates/pgprototest/Cargo.toml index 4f94f7559..d9bb9a966 100644 --- a/crates/pgprototest/Cargo.toml +++ b/crates/pgprototest/Cargo.toml @@ -12,5 +12,5 @@ postgres-protocol = "0.6.5" serde = { workspace = true } bytes = "1.4.0" serde_json = { workspace = true } -clap = { version = "4.4.11", features = ["derive"] } +clap = { version = "4.4.12", features = ["derive"] } fallible-iterator = "0.2.0" diff --git a/crates/pgrepr/Cargo.toml b/crates/pgrepr/Cargo.toml index 65c7e7610..5d37fa4ce 100644 --- a/crates/pgrepr/Cargo.toml +++ b/crates/pgrepr/Cargo.toml @@ -14,6 +14,6 @@ tokio-postgres = { version = "0.7.8", features = ["with-uuid-1", "with-serde_jso num-traits = "0.2.17" dtoa = "1.0.9" chrono = { workspace = true } -chrono-tz = "0.8.4" +chrono-tz = "0.8.5" tracing = "0.1" decimal = { path = "../decimal" } diff --git a/crates/pgsrv/Cargo.toml b/crates/pgsrv/Cargo.toml index db7c7dadb..c24019c08 100644 --- a/crates/pgsrv/Cargo.toml +++ b/crates/pgsrv/Cargo.toml @@ -14,7 +14,7 @@ pgrepr = {path = "../pgrepr"} datafusion_ext = {path = "../datafusion_ext"} thiserror = { workspace = true } tracing = "0.1" -futures = "0.3.29" +futures = { workspace = true } async-trait = { workspace = true } datafusion = { workspace = true } tokio-util = { version = "0.7.10", features = ["codec"] } diff --git a/crates/proxyutil/Cargo.toml b/crates/proxyutil/Cargo.toml index e232d9083..1d8b01344 100644 --- a/crates/proxyutil/Cargo.toml +++ b/crates/proxyutil/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true serde = { workspace = true } thiserror = { workspace = true } tracing = "0.1" -futures = "0.3.29" +futures = { workspace = true } reqwest = { workspace = true } async-trait = { workspace = true } uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] } diff --git a/crates/rpcsrv/Cargo.toml b/crates/rpcsrv/Cargo.toml index 98c5e5cd2..2d0648c8f 100644 --- a/crates/rpcsrv/Cargo.toml +++ b/crates/rpcsrv/Cargo.toml @@ -25,7 +25,7 @@ prost = { workspace = true } prost-types = { workspace = true } tonic = { workspace = true } bytes = "1.4" -futures = "0.3.29" +futures = { workspace = true } dashmap = "5.5.0" arrow-flight = { version = "47.0.0", features = ["flight-sql-experimental"] } base64 = "0.21.5" diff --git a/crates/sqlbuiltins/Cargo.toml b/crates/sqlbuiltins/Cargo.toml index 32fdecc49..e72f16a55 100644 --- a/crates/sqlbuiltins/Cargo.toml +++ b/crates/sqlbuiltins/Cargo.toml @@ -20,7 +20,7 @@ serde = { workspace = true } async-trait = { workspace = true } serde_json = { workspace = true } datafusion = { workspace = true } -futures = "0.3.29" +futures = { workspace = true } tracing = "0.1" object_store = { workspace = true } uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] } diff --git a/crates/sqlexec/Cargo.toml b/crates/sqlexec/Cargo.toml index 7ab85f83e..335a3e46d 100644 --- a/crates/sqlexec/Cargo.toml +++ b/crates/sqlexec/Cargo.toml @@ -27,7 +27,7 @@ serde_json = { workspace = true } datafusion = { workspace = true } datafusion-proto = { workspace = true } bytes = "1.4.0" -futures = "0.3.29" +futures = { workspace = true } tracing = "0.1" object_store = { workspace = true } uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] } diff --git a/crates/testing/Cargo.toml b/crates/testing/Cargo.toml index 4e7211039..d96546c97 100644 --- a/crates/testing/Cargo.toml +++ b/crates/testing/Cargo.toml @@ -7,7 +7,7 @@ edition = { workspace = true } num_cpus = "1.16.0" anyhow = "1.0" walkdir = "2.3.3" -clap = { version = "4.4.11", features = ["derive"] } +clap = { version = "4.4.12", features = ["derive"] } glob = "0.3.1" tracing = "0.1" tokio = { workspace = true } @@ -19,7 +19,7 @@ async-trait = { workspace = true } regex = "1.8.1" uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] } openssh = "0.10.2" -futures = "0.3.29" +futures = { workspace = true } ioutil = { path = "../ioutil" } logutil = { path = "../logutil" } glaredb = { path = "../glaredb" } diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 64224b985..04c9ae666 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.76" -clap = { version = "4.4.11", features = ["derive"] } +anyhow = "1.0.77" +clap = { version = "4.4.12", features = ["derive"] } xshell = "0.2.5" zip = "0.6.6"