Skip to content

Commit

Permalink
Bump rustix from 0.36.8 to 0.36.16 (#105)
Browse files Browse the repository at this point in the history
* Bump rustix from 0.36.8 to 0.36.16

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.8 to 0.36.16.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.36.8...v0.36.16)

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

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

* update locks

---------

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 Oct 19, 2023
1 parent 4b9792c commit 40a74ab
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 49 deletions.
119 changes: 87 additions & 32 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.24"
version = "0.4.25"
authors = ["Antonio Yang <[email protected]>"]
description = "A s3 cli client with multi configs with different provider"
keywords = ["S3", "Amazon", "CEPH", "AWS"]
Expand Down
66 changes: 51 additions & 15 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
packages.${system}.s3rs = pkgs.rustPlatform.buildRustPackage {
name = "s3rs";
src = self;
cargoSha256 = "sha256-1ZB/fC9dGtjQ8kJdRaARjuxMDAlIAPggegoZOMMb1qA=";
cargoSha256 = "sha256-DRVgD4xhzJcDZ1aEx9Ks76w1Cuqmu2gTNGq42/+Ydxc=";
buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];
};
Expand Down

0 comments on commit 40a74ab

Please sign in to comment.