Skip to content

Commit 75ea136

Browse files
build(deps): bump time from 0.3.46 to 0.3.47 (s3s-project#486)
Bumps [time](https://github.com/time-rs/time) from 0.3.46 to 0.3.47. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.46...v0.3.47) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.47 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e83209 commit 75ea136

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

crates/s3s-fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ s3s = { version = "0.13.0-alpha.2", path = "../s3s" }
4747
serde.workspace = true
4848
serde_json.workspace = true
4949
thiserror.workspace = true
50-
time = "0.3.46"
50+
time = "0.3.47"
5151
tokio = { workspace = true, features = ["fs", "io-util"] }
5252
tokio-util = { version = "0.7.18", features = ["io"] }
5353
tracing.workspace = true

crates/s3s/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ sha1.workspace = true
5555
sha2.workspace = true
5656
smallvec.workspace = true
5757
thiserror.workspace = true
58-
time = { version = "0.3.46", features = ["formatting", "parsing", "macros"] }
58+
time = { version = "0.3.47", features = ["formatting", "parsing", "macros"] }
5959
tower = { version = "0.5.3", default-features = false }
6060
tracing.workspace = true
6161
transform-stream.workspace = true

0 commit comments

Comments
 (0)