Skip to content

Commit

Permalink
fix(deps): update rust crate log to 0.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 11, 2023
1 parent a058337 commit 6e05ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]

[dependencies]
log = "0.4.17"
log = "0.4.19"
serde = { version = "1.0.145", features = ["derive"] }
cfg-if = "1.0.0"
worker = "0.0.11"
Expand Down

0 comments on commit 6e05ec9

Please sign in to comment.