Skip to content

Commit

Permalink
Merge pull request #110 from InternetMaximalism/dependabot/cargo/log-…
Browse files Browse the repository at this point in the history
…0.4.25

chore(deps): bump log from 0.4.24 to 0.4.25
  • Loading branch information
kbizikav authored Jan 20, 2025
2 parents 6470d34 + 4fdbe3c commit cc096ee
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 @@ -34,7 +34,7 @@ ethers = "2.0"
anyhow = "1.0.88"
sqlx = { version = "0.8.2", features = ["chrono", "postgres", "runtime-tokio-native-tls", "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 @@ -18,7 +18,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 cc096ee

Please sign in to comment.