Skip to content

Commit

Permalink
Bump log from 0.4.21 to 0.4.22
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22.
- [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.21...0.4.22)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent b218b2a commit 7231aa7
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.61"
warp = { version = "0.3.7", features = ["tls"] }
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "signal"] }
futures = "0.3.30"
log = "0.4.21"
log = "0.4.22"
sqlx = { version = "0.7.4", 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.117"
ureq = "2.9.7"
flexi_logger = { version = "0.28.1", features = ["colors"] }
log = "0.4.21"
log = "0.4.22"
base64 = "0.22.1"
miette = { version = "7.2.0", features = ["fancy"] }
url = "2.5.0"

0 comments on commit 7231aa7

Please sign in to comment.