mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-09 06:39:25 +00:00
fix(runtime): update codec and debug stack headroom (#5164)
* fix(runtime): raise debug worker stack headroom Co-Authored-By: heihutu <heihutu@gmail.com> * chore(deps): update codec to 8.0.2 Co-Authored-By: heihutu <heihutu@gmail.com> --------- Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
Generated
+2
-2
@@ -9200,9 +9200,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustfs-erasure-codec"
|
||||
version = "8.0.1"
|
||||
version = "8.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a39413e8f0ca32be9bc2ca9d29f8d17a2ddf952748284cf0fd148ab11180cf6c"
|
||||
checksum = "bb8ba5edcc507013a0a7bcf7424be94f0ef070b38eab8bcbc38206a8148bc70a"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"cfg_aliases",
|
||||
|
||||
Reference in New Issue
Block a user