Skip to content

Commit

Permalink
build(deps): bump fern from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
Fixes #496
  • Loading branch information
wojnilowicz committed Nov 7, 2024
1 parent a0cdef9 commit 2b66f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aw-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ chrono = { version = "0.4", features = ["serde"] }
appdirs = "0.2.0"
lazy_static = "1.4"
log = "0.4"
fern = { version = "0.6", features = ["colored"] }
fern = { version = "0.7", features = ["colored"] }
toml = "0.8"
gethostname = "0.4"
uuid = { version = "1.3", features = ["serde", "v4"] }
Expand Down

0 comments on commit 2b66f2d

Please sign in to comment.