Skip to content

Commit

Permalink
Update Rust crate log to 0.4.21 (#822)
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 May 1, 2024
1 parent b83579f commit a726360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/huginn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name = "huginn"
path = "main.rs"

[dependencies]
log = "0.4"
log = "0.4.21"
tokio = { version = "1", features = ["full"] }
warp = { version = "0.3" }

Expand Down
2 changes: 1 addition & 1 deletion src/odin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ path = "lib.rs"
[dependencies]
handlebars = "5.1.2"
dotenv = "0.15"
log = "0.4"
log = "0.4.21"
clap = { version = "4.5.4", features = [ "derive", "env" ] }
which = "*"
serde = { version = "1.0", features = ["derive"], default_features = false }
Expand Down

0 comments on commit a726360

Please sign in to comment.