Skip to content

Commit b882fc2

Browse files
authored
Merge branch 'master' into pawel/allow-overriding-rindexer-logger-level
2 parents f0814d8 + 0897d1e commit b882fc2

File tree

4 files changed

+22
-43
lines changed

4 files changed

+22
-43
lines changed

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tokio-postgres = { version = "0.7", features = [
6262
] }
6363
tokio-stream = "0.1.17"
6464
tracing = "0.1"
65-
tracing-subscriber = { version = "=0.3.19", features = [
65+
tracing-subscriber = { version = "0.3.20", features = [
6666
"env-filter",
6767
"fmt",
6868
"time",

documentation/docs/pages/docs/changelog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
### Bug fixes
1212
-------------------------------------------------
1313
- fix: only log error when the current block lumber is lower than the last seen when range is outside chain reorg safe
14+
- fix: unpin `tracing-subscriber` version
1415

1516
### Breaking changes
1617
-------------------------------------------------

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ clap = { version = "4.5.46", features = ["derive", "env"] }
88
anyhow = { version = "1.0.99" }
99
tokio = { version = "1.47.1", features = ["full"] }
1010
tracing = { version = "0.1.41" }
11-
tracing-subscriber = { version = "=0.3.19", features = [
11+
tracing-subscriber = { version = "0.3.20", features = [
1212
"env-filter",
1313
"fmt"
1414
] }

0 commit comments

Comments
 (0)