@@ -41,7 +41,7 @@ syslog = "7.0.0"
4141[dependencies ]
4242# Logging
4343log = " 0.4.22"
44- fern = { version = " 0.7.0 " , features = [" syslog-7" , " reopen-1" ] }
44+ fern = { version = " 0.7.1 " , features = [" syslog-7" , " reopen-1" ] }
4545tracing = { version = " 0.1.41" , features = [" log" ] } # Needed to have lettre and webauthn-rs trace logging to work
4646
4747# A `dotenv` implementation for Rust
@@ -70,7 +70,7 @@ futures = "0.3.31"
7070tokio = { version = " 1.42.0" , features = [" rt-multi-thread" , " fs" , " io-util" , " parking_lot" , " time" , " signal" , " net" ] }
7171
7272# A generic serialization/deserialization framework
73- serde = { version = " 1.0.215 " , features = [" derive" ] }
73+ serde = { version = " 1.0.216 " , features = [" derive" ] }
7474serde_json = " 1.0.133"
7575
7676# A safe, extensible ORM and Query builder
@@ -147,10 +147,10 @@ pico-args = "0.5.0"
147147
148148# Macro ident concatenation
149149paste = " 1.0.15"
150- governor = " 0.7 .0"
150+ governor = " 0.8 .0"
151151
152152# Check client versions for specific features.
153- semver = " 1.0.23 "
153+ semver = " 1.0.24 "
154154
155155# Allow overriding the default memory allocator
156156# Mainly used for the musl builds, since the default musl malloc is very slow
@@ -167,8 +167,6 @@ rpassword = "7.3.1"
167167grass_compiler = { version = " 0.13.4" , default-features = false }
168168
169169[patch .crates-io ]
170- # Patch fern to support syslog v7
171- fern = { git = " https://github.com/daboross/fern" , rev = " 3e775ccfafe7d24baee39826d38011981b2e55b5" }
172170# Patch yubico to remove duplicate crates of older versions
173171yubico = { git = " https://github.com/BlackDex/yubico-rs" , rev = " 00df14811f58155c0f02e3ab10f1570ed3e115c6" }
174172
0 commit comments