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

@ -26,7 +26,7 @@ core-foundation = "0.6"
winapi = { workspace = true }
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))'.dependencies]
libloading = "0.5"
libloading = "0.8"
[build-dependencies]
gl_generator = "0.14"