Skip to content

Commit

Permalink
deps(rust): bump the minor-updates group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-updates group with 2 updates: [log](https://github.com/rust-lang/log) and [cc](https://github.com/rust-lang/cc-rs).


Updates `log` from 0.4.21 to 0.4.22
- [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.21...0.4.22)

Updates `cc` from 1.0.101 to 1.0.104
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.0.101...cc-v1.0.104)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent 2a559c8 commit dbc403d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ prost = "0.12.4"
rustix = { version = "0.38.34", features = ["use-libc"] }
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
tower = "0.4.13"
log = "0.4.20"
log = "0.4.22"
simple_logger = {version = "5.0.0", features = ["stderr"]}
syslog = "6.1.1"
ctor = "0.2.8"
procfs = "0.16.0"

[build-dependencies]
tonic-build = "0.11.0"
cc = "1.0.101"
cc = "1.0.104"

0 comments on commit dbc403d

Please sign in to comment.