Skip to content

Commit b28608b

Browse files
Bump time from 0.3.39 to 0.3.40 (#1398)
Bumps [time](https://github.com/time-rs/time) from 0.3.39 to 0.3.40. - [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.39...v0.3.40) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6189b2e commit b28608b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

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

bazelfe-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ regex = "1.11.1"
6565
serde = { version = "1.0.219", features = ["derive"] }
6666
dynfmt = { version = "0.1.5", features = ["curly"] }
6767
toml = "0.8.20"
68-
time = "0.3.39"
68+
time = "0.3.40"
6969
walkdir = "2.5.0"
7070
shellwords = "1.1.0"
7171
zip = "0.6.6"

bzl-remote-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tokio-util = { version = "0.7.14", features = ["compat"] }
4343
sha2 = "0.10.8"
4444
flume = { version = "0.11.1" }
4545
dashmap = { version = "6.1.0" }
46-
time = "0.3.39"
46+
time = "0.3.40"
4747
tempfile = { version = "3.19.0" }
4848
anyhow = "1.0.97"
4949
tower = { version = "0.4" }

0 commit comments

Comments
 (0)