diff --git a/Cargo.lock b/Cargo.lock index 56f6ed8af..9b6d04885 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4497,9 +4497,9 @@ checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7" [[package]] name = "libc" -version = "0.2.177" +version = "0.2.180" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "libloading" @@ -4846,7 +4846,7 @@ dependencies = [ "moonlink_table_metadata", "more-asserts", "native-tls", - "nix 0.30.1", + "nix 0.31.1", "parquet", "postgres-native-tls", "rand 0.9.2", @@ -5105,6 +5105,18 @@ dependencies = [ "libc", ] +[[package]] +name = "nix" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "225e7cfe711e0ba79a68baeddb2982723e4235247aefce1482f2f16c27865b66" +dependencies = [ + "bitflags 2.10.0", + "cfg-if", + "cfg_aliases", + "libc", +] + [[package]] name = "nom" version = "7.1.3" diff --git a/Cargo.toml b/Cargo.toml index d35e8b225..41648458c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ moonlink_table_metadata = { path = "src/moonlink_table_metadata" } more-asserts = "0.3" multimap = { version = "0.10", default-features = false } native-tls = "0.2.14" -nix = { version = "0.30", default-features = false, features = ["fs"] } +nix = { version = "0.31", default-features = false, features = ["fs"] } num-bigint = "0.4" num-traits = "0.2" object_store = "0.12"