Skip to content

Commit f328191

Browse files
committed
fix: rollback to 'slog' '2.7.0'
By running 'cargo update slog --precise 2.7.0'. This is due to a mishandled deprecation in 'slog-scope' crate. This PR once merged should fix the problem: slog-rs/scope#15
1 parent 87b2a01 commit f328191

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

Cargo.lock

Lines changed: 5 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ reqwest = { version = "0.12.24", default-features = false, features = ["json"] }
6464
semver = "1.0.27"
6565
serde = { version = "1.0.228", features = ["derive", "rc"] }
6666
serde_json = "1.0.145"
67-
slog = "2.8.2"
67+
slog = "2.7.0"
6868
slog-async = "2.8.0"
6969
slog-bunyan = "2.5.0"
7070
slog-term = "2.9.2"

0 commit comments

Comments
 (0)