Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the cargo group across 1 directory with 5 updates #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump the cargo group across 1 directory with 5 updates
Bumps the cargo group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [h2](https://github.com/hyperium/h2) | `0.3.22` | `0.3.26` |
| [libgit2-sys](https://github.com/rust-lang/git2-rs) | `0.16.1+1.7.1` | `0.16.2+1.7.2` |
| [mio](https://github.com/tokio-rs/mio) | `0.8.10` | `0.8.11` |
| [shlex](https://github.com/comex/rust-shlex) | `1.2.0` | `1.3.0` |
| [transpose](https://github.com/ejmahler/transpose) | `0.2.2` | `0.2.3` |



Updates `h2` from 0.3.22 to 0.3.26
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.22...v0.3.26)

Updates `libgit2-sys` from 0.16.1+1.7.1 to 0.16.2+1.7.2
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/commits)

Updates `mio` from 0.8.10 to 0.8.11
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.10...v0.8.11)

Updates `shlex` from 1.2.0 to 1.3.0
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

Updates `transpose` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/ejmahler/transpose/releases)
- [Changelog](https://github.com/ejmahler/transpose/blob/master/RELEASES.md)
- [Commits](ejmahler/transpose@v0.2.2...v0.2.3)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: libgit2-sys
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: mio
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: shlex
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: transpose
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Apr 20, 2024

Verified

This commit was signed with the committer’s verified signature.
raimund-schluessler Raimund Schlüßler
commit ba26b57dbc7993fb0b8654d1736ce6347b59c487
24 changes: 12 additions & 12 deletions Cargo.lock

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


Unchanged files with check annotations Beta

#[serde(rename_all = "kebab-case")]
pub struct ServerConfig {
/// Server name
pub name: String,

Check warning on line 241 in annil/src/main.rs

GitHub Actions / build (x86_64-unknown-linux-gnu, ubuntu-latest, anni-x86_64-unknown-linux-gnu.tar.gz)

field `name` is never read

Check warning on line 241 in annil/src/main.rs

GitHub Actions / build (x86_64-unknown-linux-musl, ubuntu-latest, anni-x86_64-unknown-linux-musl.tar.gz)

field `name` is never read

Check warning on line 241 in annil/src/main.rs

GitHub Actions / build (x86_64-pc-windows-msvc, windows-latest, anni-x86_64-pc-windows-msvc.zip)

field `name` is never read

Check warning on line 241 in annil/src/main.rs

GitHub Actions / build (x86_64-apple-darwin, macos-latest, anni-x86_64-apple-darwin.tar.gz)

field `name` is never read
/// Port to listen on
pub listen: String,
/// HMAC key for JWT
}
pub trait ClapI18n {
fn about_ll(self, key: &'static str) -> Self;

Check warning on line 55 in anni/src/i18n.rs

GitHub Actions / build (x86_64-unknown-linux-gnu, ubuntu-latest, anni-x86_64-unknown-linux-gnu.tar.gz)

methods `about_ll` and `long_about_ll` are never used

Check warning on line 55 in anni/src/i18n.rs

GitHub Actions / build (x86_64-unknown-linux-musl, ubuntu-latest, anni-x86_64-unknown-linux-musl.tar.gz)

methods `about_ll` and `long_about_ll` are never used

Check warning on line 55 in anni/src/i18n.rs

GitHub Actions / build (x86_64-pc-windows-msvc, windows-latest, anni-x86_64-pc-windows-msvc.zip)

methods `about_ll` and `long_about_ll` are never used

Check warning on line 55 in anni/src/i18n.rs

GitHub Actions / build (x86_64-apple-darwin, macos-latest, anni-x86_64-apple-darwin.tar.gz)

methods `about_ll` and `long_about_ll` are never used
fn long_about_ll(self, key: &'static str) -> Self;
}
mod file;
pub trait WorkspaceTarget {
async fn mkdir<P>(&self, path: P) -> std::io::Result<()>

Check warning on line 7 in anni/src/subcommands/workspace/target/mod.rs

GitHub Actions / build (x86_64-unknown-linux-gnu, ubuntu-latest, anni-x86_64-unknown-linux-gnu.tar.gz)

methods `mkdir` and `copy` are never used

Check warning on line 7 in anni/src/subcommands/workspace/target/mod.rs

GitHub Actions / build (x86_64-unknown-linux-musl, ubuntu-latest, anni-x86_64-unknown-linux-musl.tar.gz)

methods `mkdir` and `copy` are never used

Check warning on line 7 in anni/src/subcommands/workspace/target/mod.rs

GitHub Actions / build (x86_64-pc-windows-msvc, windows-latest, anni-x86_64-pc-windows-msvc.zip)

methods `mkdir` and `copy` are never used

Check warning on line 7 in anni/src/subcommands/workspace/target/mod.rs

GitHub Actions / build (x86_64-apple-darwin, macos-latest, anni-x86_64-apple-darwin.tar.gz)

methods `mkdir` and `copy` are never used
where
P: AsRef<Path>;