Update version of nix, and ron (#30330)

* Bump ron to 0.8.1 to pickup more recent base64

* Remove dependency on nix 0.14

* Update libloading in simpleservo
This commit is contained in:
Fabrice Desré 2023-09-14 19:06:14 -07:00 committed by GitHub
parent 0a0036b422
commit c78533c1a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 32 deletions

View file

@ -28,5 +28,5 @@ lazy_static = { workspace = true }
mach = "0.3"
[target.'cfg(all(target_os = "linux", not(any(target_arch = "arm", target_arch = "aarch64"))))'.dependencies]
nix = "0.14"
nix = "0.25"
unwind-sys = "0.1.1"