Skip to content

Commit

Permalink
build(deps): bump simple_logger from 1.13.0 to 1.15.0 in /src/backend (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 26, 2021
1 parent dda331f commit 592cdfd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
32 changes: 13 additions & 19 deletions src/backend/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 src/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
warp = {version = "0.3.2", default-features = false, features = ["compression", "websocket", "tls"]}
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time", "sync"] }
num_cpus = "1.13.0"
simple_logger = "1.13.0"
simple_logger = "1.15.0"
log = "0.4.14"
include_dir = "0.7.1"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 592cdfd

Please sign in to comment.