Skip to content

Commit

Permalink
chore(deps): bump log from 0.4.24 to 0.4.25
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.24 to 0.4.25.
- [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.24...0.4.25)

---
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 Jan 20, 2025
1 parent 500ac4d commit 4fdbe3c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 148 deletions.
146 changes: 2 additions & 144 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 @@ -44,7 +44,7 @@ sqlx = { version = "0.8.2", features = [
"uuid",
] }
chrono = "0.4.39"
log = "0.4.22"
log = "0.4.25"
uuid = "1.11.0"
dotenv = "0.15.0"
envy = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "4.5.23", features = ["derive"] }
anyhow = "1.0.93"
num-bigint = "0.4.6"
rand = "0.8.5"
log = "0.4.22"
log = "0.4.25"
mockito = "1.6.1"
hex = "0.4.3"
envy = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion client-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dialoguer = "0.11.0"
console = "0.15.10"
rand = "0.8.4"
simplelog = "0.12.2"
log = "0.4.22"
log = "0.4.25"
chrono = "0.4.39"
regex = "1.10.6"
clap = { version = "4.5.23", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = "2.0.3"
actix-web = "4.9.0"
hashbrown = "0.15.2"
actix-cors = "0.7.0"
log = "0.4.22"
log = "0.4.25"
rand = "0.8.5"
envy = "0.4.2"
actix = "0.13.5"
Expand Down

0 comments on commit 4fdbe3c

Please sign in to comment.