Loading
zerotierone: fix build with Rust 1.80 (#335676)
Manually bump the `time` crate in the `Cargo.lock` file, and the `time-macros` dependency that needs to be bumped as well. This fixes the build for zerotierone without having to wait for https://github.com/NixOS/nixpkgs/pull/300532 and the staging cycle it needs to go through. Alternative to https://github.com/NixOS/nixpkgs/pull/335051, which depends on above functionality. See https://github.com/NixOS/nixpkgs/issues/332957 for context.