Skip to content

Commit

Permalink
Use updated fern instead of patch (#5298)
Browse files Browse the repository at this point in the history
Signed-off-by: BlackDex <[email protected]>
  • Loading branch information
BlackDex authored Dec 15, 2024
1 parent 4d6d344 commit a523c82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
21 changes: 11 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ syslog = "7.0.0"
[dependencies]
# Logging
log = "0.4.22"
fern = { version = "0.7.0", features = ["syslog-7", "reopen-1"] }
fern = { version = "0.7.1", features = ["syslog-7", "reopen-1"] }
tracing = { version = "0.1.41", features = ["log"] } # Needed to have lettre and webauthn-rs trace logging to work

# A `dotenv` implementation for Rust
Expand Down Expand Up @@ -70,7 +70,7 @@ futures = "0.3.31"
tokio = { version = "1.42.0", features = ["rt-multi-thread", "fs", "io-util", "parking_lot", "time", "signal", "net"] }

# A generic serialization/deserialization framework
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"

# A safe, extensible ORM and Query builder
Expand Down Expand Up @@ -147,10 +147,10 @@ pico-args = "0.5.0"

# Macro ident concatenation
paste = "1.0.15"
governor = "0.7.0"
governor = "0.8.0"

# Check client versions for specific features.
semver = "1.0.23"
semver = "1.0.24"

# Allow overriding the default memory allocator
# Mainly used for the musl builds, since the default musl malloc is very slow
Expand All @@ -167,8 +167,6 @@ rpassword = "7.3.1"
grass_compiler = { version = "0.13.4", default-features = false }

[patch.crates-io]
# Patch fern to support syslog v7
fern = { git = "https://github.com/daboross/fern", rev = "3e775ccfafe7d24baee39826d38011981b2e55b5" }
# Patch yubico to remove duplicate crates of older versions
yubico = { git = "https://github.com/BlackDex/yubico-rs", rev = "00df14811f58155c0f02e3ab10f1570ed3e115c6" }

Expand Down

0 comments on commit a523c82

Please sign in to comment.