Skip to content

Commit

Permalink
version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xenago committed Jan 23, 2024
1 parent 80cfa7a commit 4bfca38
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 25 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ codegen-units = 1 # use a single thread

[dependencies]
lazy_static = "1.4.0"
libc = "0.2.140"
libc = "0.2.152"
libnss = "0.4"
paste = "1.0.12"
serde = { version = "1.0.157", features = ["derive"] }
serde_json = "1.0.94"
shlex = "1.1.0"
paste = "1.0.14"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
shlex = "1.3.0"

[lib]
name = "nss_shim"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ can print to `stdout` in a supported format to be used with NSS.

2. Download the latest release produced by GitHub Actions:
```
wget https://github.com/xenago/libnss_shim/releases/download/1.0.4/libnss_shim_1.0.4_amd64.deb
wget https://github.com/xenago/libnss_shim/releases/download/1.0.5/libnss_shim_1.0.5_amd64.deb
```

3. Install it directly with `dpkg` or through `apt`:
Expand Down
4 changes: 4 additions & 0 deletions changelog/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Update `shlex` to `1.3.0` following a security advisory
- Bump to latest versions of `libc`, `paste`, `serde`, `serde_json`
- Bump `cargo-deb` to `1.44.1`, as `2.x` has breaking changes
- Add `rust-toolchain.toml`
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.75.0"

0 comments on commit 4bfca38

Please sign in to comment.