Skip to content

Commit

Permalink
Bump time from 0.3.31 to 0.3.32
Browse files Browse the repository at this point in the history
Bumps [time](https://github.com/time-rs/time) from 0.3.31 to 0.3.32.
- [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.31...v0.3.32)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 20b5bba commit 9c6cf8b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 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 bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ regex = "1.10.3"
serde = { version = "1.0.196", features = ["derive"] }
dynfmt = { version = "0.1.5", features = ["curly"] }
toml = "0.8.9"
time = "0.3.31"
time = "0.3.32"
walkdir = "2.4.0"
shellwords = "1.1.0"
zip = "0.6.6"
Expand Down
2 changes: 1 addition & 1 deletion bzl-remote-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tokio-util = { version = "0.7.10", features = ["compat"] }
sha2 = "0.10.8"
flume = { version = "0.11.0" }
dashmap = { version = "5.5.3" }
time = "0.3.31"
time = "0.3.32"
tempfile = { version = "3.9.0" }
anyhow = "1.0.79"
tower = { version = "0.4" }
Expand Down

0 comments on commit 9c6cf8b

Please sign in to comment.