Skip to content

Commit

Permalink
Update simple_logger requirement from 4.0.0 to 5.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [simple_logger](https://github.com/borntyping/rust-simple_logger) to permit the latest version.
- [Release notes](https://github.com/borntyping/rust-simple_logger/releases)
- [Commits](borntyping/rust-simple_logger@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: simple_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent a0f1c9c commit bcc7fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ reqwest = { version = "0.12", features = ["blocking"] }
semver = "1.0.14"
serde = { version = "1", features = ["derive"] }
serde_json = "~1"
simple_logger = "4.0.0"
simple_logger = "5.0.0"
syn = { version = "2.0", features = ["extra-traits", "full"] }
tar = "0.4"
toml = "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion yaml_test_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ semver = "1.0"
serde = "1"
serde_yaml = "0.9"
serde_json = { version = "1", features = ["arbitrary_precision"] }
simple_logger = "4.0.0"
simple_logger = "5.0.0"
syn = { version = "2.0", features = ["full"] }
sysinfo = "0.30"
url = "2.1.1"
Expand Down

0 comments on commit bcc7fc7

Please sign in to comment.