Skip to content

Commit

Permalink
fix(deps): update rust tracing monorepo (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 5, 2024
1 parent 6a15b90 commit 1b83612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aliri_axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ serde_json = "1"
time = { version = "0.3.9", features = ["formatting"] }
tokio = { version = "1", features = [ "rt-multi-thread", "macros", "time" ] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2 changes: 1 addition & 1 deletion aliri_oauth2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ reqwest = { version = "0.11", optional = true, default-features = false, feature
serde = { version = "1", features = [ "derive" ] }
thiserror = "1"
tokio = { version = "1", features = [ "time" ], optional = true }
tracing = "0.1.15"
tracing = "0.1.40"

[dev-dependencies]
aliri = { version = "0.6.0", path = "../aliri", features = [ "private-keys" ] }
Expand Down
2 changes: 1 addition & 1 deletion aliri_tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde = { version = "1", features = [ "derive" ] }
serde_json = { version = "1", optional = true }
thiserror = "1"
tokio = { version = "1", features = [ "time" ] }
tracing = "0.1.15"
tracing = "0.1.40"

[dev-dependencies]
clap = { version = "4.0.18", features = ["derive", "env"] }
Expand Down

0 comments on commit 1b83612

Please sign in to comment.