Skip to content

Commit 679d7bd

Browse files
Bump tokio from 1.35.1 to 1.38.2 (#113)
* Bump tokio from 1.35.1 to 1.38.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * update lock --------- 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]>
1 parent 68aff2a commit 679d7bd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s3rs"
3-
version = "0.4.31"
3+
version = "0.4.32"
44
authors = ["Antonio Yang <[email protected]>"]
55
description = "A s3 cli client with multi configs with different provider"
66
keywords = ["S3", "Amazon", "CEPH", "AWS"]

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
packages.${system}.s3rs = pkgs.rustPlatform.buildRustPackage {
3030
name = "s3rs";
3131
src = self;
32-
cargoSha256 = "sha256-zN4JFKKJlVV5kVXweBerqSOECun76mCKL5lQmZxxxO8=";
32+
cargoSha256 = "sha256-uUqMX0ddM0126hBdE+C3913VhoEa+B780ZKSH/Gg9bc=";
3333
buildInputs = [ openssl ];
3434
nativeBuildInputs = [ pkg-config ];
3535
};

0 commit comments

Comments
 (0)