main: Increase soft file limit

This commit is contained in:
Victoria Brekenfeld 2024-04-03 18:08:43 +02:00 committed by Victoria Brekenfeld
parent fa7926f7c1
commit 6ba7242cfc
6 changed files with 60 additions and 21 deletions

41
Cargo.lock generated
View file

@ -280,7 +280,7 @@ dependencies = [
"futures-lite 2.2.0",
"parking",
"polling 3.3.2",
"rustix 0.38.30",
"rustix 0.38.32",
"slab",
"tracing",
"windows-sys 0.52.0",
@ -319,7 +319,7 @@ dependencies = [
"cfg-if",
"event-listener 3.1.0",
"futures-lite 1.13.0",
"rustix 0.38.30",
"rustix 0.38.32",
"windows-sys 0.48.0",
]
@ -346,7 +346,7 @@ dependencies = [
"cfg-if",
"futures-core",
"futures-io",
"rustix 0.38.30",
"rustix 0.38.32",
"signal-hook-registry",
"slab",
"windows-sys 0.48.0",
@ -380,7 +380,7 @@ name = "atomicwrites"
version = "0.4.2"
source = "git+https://github.com/jackpot51/rust-atomicwrites#043ab4859d53ffd3d55334685303d8df39c9f768"
dependencies = [
"rustix 0.38.30",
"rustix 0.38.32",
"tempfile",
"windows-sys 0.48.0",
]
@ -551,7 +551,7 @@ dependencies = [
"bitflags 2.4.2",
"log",
"polling 3.3.2",
"rustix 0.38.30",
"rustix 0.38.32",
"slab",
"thiserror",
]
@ -566,7 +566,7 @@ dependencies = [
"bitflags 2.4.2",
"log",
"polling 3.3.2",
"rustix 0.38.30",
"rustix 0.38.32",
"slab",
"thiserror",
]
@ -578,7 +578,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
dependencies = [
"calloop 0.12.4",
"rustix 0.38.30",
"rustix 0.38.32",
"wayland-backend",
"wayland-client",
]
@ -868,6 +868,7 @@ dependencies = [
"renderdoc",
"ron",
"rust-embed",
"rustix 0.38.32",
"sanitize-filename",
"sendfd",
"serde",
@ -1260,7 +1261,7 @@ dependencies = [
"bytemuck",
"drm-ffi",
"drm-fourcc",
"rustix 0.38.30",
"rustix 0.38.32",
]
[[package]]
@ -1270,7 +1271,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6"
dependencies = [
"drm-sys",
"rustix 0.38.30",
"rustix 0.38.32",
]
[[package]]
@ -2770,9 +2771,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
[[package]]
name = "libc"
version = "0.2.152"
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "libcosmic"
@ -3809,7 +3810,7 @@ dependencies = [
"cfg-if",
"concurrent-queue",
"pin-project-lite",
"rustix 0.38.30",
"rustix 0.38.32",
"tracing",
"windows-sys 0.52.0",
]
@ -4265,9 +4266,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.38.30"
version = "0.38.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
dependencies = [
"bitflags 2.4.2",
"errno",
@ -4533,7 +4534,7 @@ dependencies = [
"pkg-config",
"profiling",
"rand",
"rustix 0.38.30",
"rustix 0.38.32",
"scan_fmt",
"scopeguard",
"smallvec",
@ -4566,7 +4567,7 @@ dependencies = [
"libc",
"log",
"memmap2 0.9.3",
"rustix 0.38.30",
"rustix 0.38.32",
"thiserror",
"wayland-backend",
"wayland-client",
@ -4648,7 +4649,7 @@ dependencies = [
"objc",
"raw-window-handle",
"redox_syscall 0.4.1",
"rustix 0.38.30",
"rustix 0.38.32",
"tiny-xlib",
"wasm-bindgen",
"wayland-backend",
@ -4791,7 +4792,7 @@ dependencies = [
"cfg-if",
"fastrand 2.0.1",
"redox_syscall 0.4.1",
"rustix 0.38.30",
"rustix 0.38.32",
"windows-sys 0.52.0",
]
@ -6065,7 +6066,7 @@ dependencies = [
"percent-encoding",
"raw-window-handle",
"redox_syscall 0.3.5",
"rustix 0.38.30",
"rustix 0.38.32",
"smithay-client-toolkit",
"smol_str",
"unicode-segmentation",
@ -6123,7 +6124,7 @@ dependencies = [
"libc",
"libloading 0.8.1",
"once_cell",
"rustix 0.38.30",
"rustix 0.38.32",
"x11rb-protocol",
]