Skip to content

Commit

Permalink
Bump mio from 0.8.10 to 0.8.11 (#108)
Browse files Browse the repository at this point in the history
* Bump mio from 0.8.10 to 0.8.11

Bumps [mio](https://github.com/tokio-rs/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)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* update version and hash

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonio Yang <[email protected]>
  • Loading branch information
dependabot[bot] and yanganto authored Mar 5, 2024
1 parent 1382ec3 commit 0b74673
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3rs"
version = "0.4.27"
version = "0.4.28"
authors = ["Antonio Yang <[email protected]>"]
description = "A s3 cli client with multi configs with different provider"
keywords = ["S3", "Amazon", "CEPH", "AWS"]
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
packages.${system}.s3rs = pkgs.rustPlatform.buildRustPackage {
name = "s3rs";
src = self;
cargoSha256 = "sha256-fbrCbpUMzBxqEBn2ZDLlBQf0d+KA//Rc14rKzKO/fWQ=";
cargoSha256 = "sha256-/tR1V+j66H254RnqK/n4a8SIicVcCjFSr4MQ1+0UQ6U=";
buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];
};
Expand Down

0 comments on commit 0b74673

Please sign in to comment.