Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Nov 18, 2024
1 parent 6a4522d commit 6afe445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elfo-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde-value = "0.7.0"
arc-swap = "1.2.0"
erased-serde = "0.4.0"
pin-project = "1.0.8"
sealed = "0.5"
sealed = "0.6"
once_cell = { version = "1.8.0", features = ["parking_lot"] }
serde_json = { version = "1.0.64", features = ["raw_value"] }
regex = "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion elfo-logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ parking_lot = "0.12"
sharded-slab = "0.1.7"
tracing = "0.1.25"
tracing-subscriber = { version = "0.3.2", features = ["env-filter", "parking_lot"] }
tracing-log = { version = "0.1.4", optional = true }
tracing-log = { version = "0.2", optional = true }
log = { version = "0.4.20", optional = true }
fxhash = "0.2.1"
humantime = "2.1.0"
Expand Down

0 comments on commit 6afe445

Please sign in to comment.