Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 19 additions & 41 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tokio-postgres = { version = "0.7", features = [
] }
tokio-stream = "0.1.17"
tracing = "0.1"
tracing-subscriber = { version = "=0.3.19", features = [
tracing-subscriber = { version = "0.3.20", features = [
"env-filter",
"fmt",
"time",
Expand Down
1 change: 1 addition & 0 deletions documentation/docs/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
### Bug fixes
-------------------------------------------------
- fix: only log error when the current block lumber is lower than the last seen when range is outside chain reorg safe
- fix: unpin `tracing-subscriber` version

### Breaking changes
-------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ clap = { version = "4.5.46", features = ["derive", "env"] }
anyhow = { version = "1.0.99" }
tokio = { version = "1.47.1", features = ["full"] }
tracing = { version = "0.1.41" }
tracing-subscriber = { version = "=0.3.19", features = [
tracing-subscriber = { version = "0.3.20", features = [
"env-filter",
"fmt"
] }
Expand Down
Loading