chore(tvix/store): drop walkdir workaround for symlinks at root

https://github.com/BurntSushi/walkdir/pull/170 got merged, meaning we
don't need to keep our own logic in here anymore.

Our test cases already cover this.

Change-Id: Ied3043ee651c8aafa10271c1e1ca5d460fb6c0b8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9269
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Florian Klink 2023-09-05 17:08:50 +03:00 committed by clbot
parent e187a7bcb1
commit 7bd3c42c74
4 changed files with 9 additions and 25 deletions

View file

@ -8658,9 +8658,9 @@ rec {
};
"walkdir" = rec {
crateName = "walkdir";
version = "2.3.3";
version = "2.4.0";
edition = "2018";
sha256 = "16768hy32kcvghq7v4ci8llfjvdiwrwg6sj9nzcdiisnv9699prn";
sha256 = "1vjl9fmfc4v8k9ald23qrpcbyb8dl1ynyq8d516cm537r1yqa7fp";
authors = [
"Andrew Gallant <jamslam@gmail.com>"
];