Skip to content

Commit

Permalink
deps(rust): update libnss requirement from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: libnss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 28, 2024
1 parent 193bee3 commit bb1f6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nss/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib.rs"
[dependencies]
himmelblau_unix_common = { workspace = true }
kanidm_unix_common = { workspace = true }
libnss = "0.7.0"
libnss = "0.8.0"
libc = { workspace = true }
paste = { workspace = true }
lazy_static = { workspace = true }
Expand Down

0 comments on commit bb1f6d9

Please sign in to comment.