Skip to content

Commit

Permalink
deps(rust): bump simple_logger from 4.3.0 to 4.3.3
Browse files Browse the repository at this point in the history
Bumps [simple_logger](https://github.com/borntyping/rust-simple_logger) from 4.3.0 to 4.3.3.
- [Release notes](https://github.com/borntyping/rust-simple_logger/releases)
- [Commits](borntyping/rust-simple_logger@v4.3.0...v4.3.3)

---
updated-dependencies:
- dependency-name: simple_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent ba9f0e2 commit c22e314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 nss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ prost = "0.12.3"
tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread"] }
tower = "0.4.13"
log = "0.4.20"
simple_logger = {version = "4.3.0", features = ["stderr"]}
simple_logger = {version = "4.3.3", features = ["stderr"]}
syslog = "6.1.0"
ctor = "0.2.6"

Expand Down

0 comments on commit c22e314

Please sign in to comment.