Skip to content

Commit

Permalink
Merge pull request #449 from spacemeshos/dependabot/cargo/tracing-sub…
Browse files Browse the repository at this point in the history
…scriber-0.3.19

build(deps): bump tracing-subscriber from 0.3.18 to 0.3.19
  • Loading branch information
fasmat authored Dec 10, 2024
2 parents 25c25eb + 29010b8 commit b794d83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hex = "0.4.3"
config = "0.14.1"
tracing = { version = "0.1.41", features = ["log"] }
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
rand = "0.8.5"
serde_json = "1.0.133"
base64 = "0.22.1"
Expand Down
2 changes: 1 addition & 1 deletion k2pow-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serde = { version = "1.0.215", features = ["derive", "serde_derive"] }
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
axum = "0.7.9"
tower-http = {version = "0.6.2", features = ["trace"]}
hex = "0.4.3"
Expand Down

0 comments on commit b794d83

Please sign in to comment.