@@ -22,16 +22,16 @@ default = ["bigint", "datetime", "decimal", "enum_func", "enum_string", "guid",
2222chrono = { version = " 0.4" , optional = true }
2323futures = { version = " 0.3" , features = [" executor" , " thread-pool" ], default-features = false , optional = true }
2424futures-timer = { version = " 3.0" , optional = true }
25- hashbrown = { version = " 0.15 " , optional = true }
25+ hashbrown = { version = " 0.16 " , optional = true }
2626num-bigint = { version = " 0.4" , optional = true }
2727num-integer = { version = " 0.1" , optional = true }
2828num-traits = { version = " 0.2" , optional = true }
29- regex = { version = " 1.11 " , optional = true }
30- rust_decimal = { version = " 1.37 " , features = [" maths" ], default-features = false , optional = true }
29+ regex = { version = " 1.12 " , optional = true }
30+ rust_decimal = { version = " 1.39 " , features = [" maths" ], default-features = false , optional = true }
3131startup = { version = " 0.1" , path = " vendored/startup" , optional = true }
3232
3333[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
34- uuid = { version = " 1.17 " , features = [" v4" ], default-features = false , optional = true }
34+ uuid = { version = " 1.18 " , features = [" v4" ], default-features = false , optional = true }
3535
3636[target .'cfg(target_arch = "wasm32")' .dependencies ]
37- uuid = { version = " 1.17 " , features = [" v4" , " js" ], default-features = false , optional = true }
37+ uuid = { version = " 1.18 " , features = [" v4" , " js" ], default-features = false , optional = true }
0 commit comments