Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

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

---
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 Jun 12, 2023
1 parent c37a876 commit 82ad475
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 crates/crate_extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serde = { version = "1.0.164", features = ["derive"] }
serde_json = { version = "1.0.96", features = ["preserve_order"] }
crossbeam-channel = "0.5.8"
anyhow = "1.0.71"
log = "0.4.18"
log = "0.4.19"
tracing = "0.1.38"
ide_db = { package = "ra_ap_ide_db", version = "0.0.120" }
ide = { package = "ra_ap_ide", version = "0.0.120" }
Expand Down
2 changes: 1 addition & 1 deletion crates/rust_analyzer_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
lsp-types = { version = "0.94.0", features = ["proposed"] }
console_error_panic_hook = { version = "0.1.7" }
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
log = { version = "0.4.18", features = ["release_max_level_warn"] }
log = { version = "0.4.19", features = ["release_max_level_warn"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = { version = "1.0.96", features = ["preserve_order"] }
serde_repr = "0.1.11"
Expand Down
2 changes: 1 addition & 1 deletion crates/sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
serde = { version = "1.0.164", features = [ "derive" ] }
tempdir = "0.3.7"
snafu = "0.7.4"
log = "0.4.18"
log = "0.4.19"
tokio = { version = "1.28.2", features = [
"macros",
"time",
Expand Down

0 comments on commit 82ad475

Please sign in to comment.