diff --git a/charter-compiler/Cargo.toml b/charter-compiler/Cargo.toml index 55e1076..6f1cf40 100644 --- a/charter-compiler/Cargo.toml +++ b/charter-compiler/Cargo.toml @@ -31,7 +31,7 @@ tracing-subscriber = "0.3" # 工具 hex = "0.4" -blake3 = "1.5" +sha3 = "0.10" [dev-dependencies] tempfile = "3.8" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 8f4161b..5b9d715 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.75.0" +channel = "1.93.1" components = ["rustfmt", "clippy", "rust-src"] targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"] profile = "default"