Commit 48d00bb 1 parent 0bb5aeb commit 48d00bb Copy full SHA for 48d00bb
File tree 4 files changed +35
-41
lines changed
crates/backend-webapi-json
4 files changed +35
-41
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ digest = "0.10.7"
51
51
image = " 0.25.5"
52
52
jiff = " 0.2.1"
53
53
log = " 0.4.26"
54
- log = " 0.4.25"
55
54
mime = " 0.3.17"
56
55
nonicle = " 0.1.1"
57
56
regex = " 1.11.1"
@@ -69,18 +68,13 @@ url = "2.5.4"
69
68
[workspace .lints .rust ]
70
69
# Opt-in for allowed-by-default lints (in alphabetical order)
71
70
# See also: <https://doc.rust-lang.org/rustc/lints>
71
+ deprecated-safe = { level = " warn" , priority = -1 }
72
72
future_incompatible = { level = " warn" , priority = -1 }
73
73
let_underscore = { level = " warn" , priority = -1 }
74
74
missing_debug_implementations = " warn"
75
- rust_2018_idioms = { level = " warn" , priority = -1 }
76
- rust_2021_compatibility = { level = " warn" , priority = -1 }
77
- rust_2024_compatibility = { level = " warn" , priority = -1 }
78
75
unreachable_pub = " warn"
79
76
unsafe_code = " warn"
80
77
unused = " warn"
81
- # Accept changed behavior in 2024 edition regarding temporary lifetimes and drop order.
82
- if_let_rescope = " allow"
83
- tail_expr_drop_order = " allow"
84
78
85
79
[workspace .lints .clippy ]
86
80
pedantic = { level = " warn" , priority = -1 }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ url.workspace = true
26
26
27
27
# tracing
28
28
tracing = { version = " 0.1.41" , features = [" log" ] }
29
- uuid = { version = " 1.13.2 " , features = [" v4" ] }
29
+ uuid = { version = " 1.14.0 " , features = [" v4" ] }
30
30
31
31
# JSON Schema (optional)
32
32
schemars = { version = " 0.8.21" , optional = true }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ anyhow.workspace = true
19
19
directories = " 6.0.0"
20
20
discro = { version = " 0.33.0" , features = [" tokio" ] }
21
21
dotenvy = " 0.15.7"
22
- log = { version = " 0.4.25 " , features = [" release_max_level_debug" ] }
22
+ log = { version = " 0.4.26 " , features = [" release_max_level_debug" ] }
23
23
parking_lot = " 0.12.3"
24
24
ron = " 0.8.1"
25
25
serde = { workspace = true , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments