diff --git a/Cargo.lock b/Cargo.lock index 22369cd8..b2d92585 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1183,7 +1183,7 @@ dependencies = [ "chacha20poly1305", "jsonwebtoken", "pbkdf2", - "rand 0.9.0", + "rand 0.8.5", "serde_json", "sha2 0.10.8", "test-case", @@ -2004,7 +2004,7 @@ dependencies = [ "path-clean", "pin-project-lite", "protos", - "rand 0.9.0", + "rand 0.8.5", "reader", "reed-solomon-erasure", "regex", @@ -3025,7 +3025,7 @@ dependencies = [ "lazy_static", "log", "madmin", - "rand 0.9.0", + "rand 0.8.5", "regex", "serde", "serde_json", @@ -3545,7 +3545,7 @@ dependencies = [ "common", "lazy_static", "protos", - "rand 0.9.0", + "rand 0.8.5", "serde", "serde_json", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 3121dfaf..6385bdf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ prost-build = "0.13.4" prost-types = "0.13.4" protobuf = "3.7" protos = { path = "./common/protos" } -rand = "0.9.0" +rand = "0.8.5" reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls", "charset", "http2", "macos-system-configuration", "stream"] } rfd = { version = "0.15.2", default-features = false, features = ["xdg-portal", "tokio"] } rmp = "0.8.14" diff --git a/scripts/static.sh b/scripts/static.sh new file mode 100755 index 00000000..9fd7469d --- /dev/null +++ b/scripts/static.sh @@ -0,0 +1 @@ +curl -L "https://dl.rustfs.com/console/rustfs-console-latest.zip" -o tempfile.zip && unzip -o tempfile.zip -d ./rustfs/static && rm tempfile.zip \ No newline at end of file