Skip to content

Commit 500fa14

Browse files
committed
chore: bump corssbeam-channel to 0.5.15
Upgrade to avoid the double free on drop Refs: crossbeam-rs/crossbeam#1187
1 parent c54aa4e commit 500fa14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-appender/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ edition = "2018"
2121
rust-version = "1.53.0"
2222

2323
[dependencies]
24-
crossbeam-channel = "0.5.5"
24+
crossbeam-channel = "0.5.15"
2525
time = { version = "0.3.2", default-features = false, features = ["formatting", "parsing"] }
2626
parking_lot = { optional = true, version = "0.12.1" }
2727
thiserror = "1.0.31"

0 commit comments

Comments
 (0)