Skip to content

Commit

Permalink
Bump log from 0.4.20 to 0.4.21
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.20...0.4.21)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 880ef73 commit d84e0f0
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ thiserror = "1.0.50"
warp = { version = "0.3.6", features = ["tls"] }
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "signal"] }
futures = "0.3.29"
log = "0.4.20"
log = "0.4.21"
sqlx-oldapi = { version = "0.6.19", features = ["runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres"] }
dotenvy = "0.15.7"
dashmap = "5.5.3"
Expand Down
2 changes: 1 addition & 1 deletion test_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }
serde_json = "1.0.113"
ureq = "2.9.1"
flexi_logger = { version = "0.27.2", features = ["colors"] }
log = "0.4.20"
log = "0.4.21"
base64 = "0.21.5"
miette = { version = "5.10.0", features = ["fancy"] }
url = "2.4.1"

0 comments on commit d84e0f0

Please # to comment.