Skip to content

Commit

Permalink
fix(deps): update rust crate log to 0.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 2, 2022
1 parent 743a138 commit da6e295
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 aer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fern = "0.6.0"
human-panic = { git = "https://github.com/WormieCorp/human-panic", branch = "additional-info", optional = true }
human_bytes = { version = "0.3.0", optional = true }
lazy_static = "1.4.0"
log = "0.4.14"
log = "0.4.17"
md-5 = "0.9.1"
regex = "1.5.4"
sha-1 = "0.9.6"
Expand Down
2 changes: 1 addition & 1 deletion aer_upd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ powershell = ["aer_data/serialize", "lazy_static", "serde_json", "serde"]
aer_data = { path = "../aer_data" }
aer_web = { path = "../aer_web" }
lazy_static = { version = "1.4.0", optional = true }
log = "0.4.14"
log = "0.4.17"
serde = { version = "1.0.126", optional = true }
serde_json = { version = "1.0.64", optional = true }
toml = { version = "0.5.8", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion aer_web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
lazy_static = "1.4.0"
log = "0.4.14"
log = "0.4.17"
aer_version = { path = "../aer_version" }
regex = "1.5.4"
select = "0.5.0"
Expand Down

0 comments on commit da6e295

Please sign in to comment.