Skip to content

Commit

Permalink
chore(deps): bump time from 0.3.22 to 0.3.23
Browse files Browse the repository at this point in the history
Bumps [time](https://github.com/time-rs/time) from 0.3.22 to 0.3.23.
- [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.22...v0.3.23)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 48efbd7 commit e5d4beb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 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
Expand Up @@ -169,7 +169,7 @@ rand_chacha = "0.3.1"
serde = { version = "1.0.168", features = ["derive", "rc"] }
snafu = "0.7.4"
surf-disco = { git = "https://github.com/EspressoSystems/surf-disco.git", branch = "main" }
time = "0.3.21"
time = "0.3.23"
toml = { version = "0.7.6", optional = true }
tokio = { version = "1", optional = true, features = [
"fs",
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ tokio = { version = "1", optional = true, features = [
"tracing",
] }
tracing = "0.1.37"
time = "0.3.22"
time = "0.3.23"
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rand = "0.8.5"
serde = { version = "1.0.168", features = ["derive"] }
snafu = "0.7.4"
tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.2.4" }
time = "0.3.22"
time = "0.3.23"
tokio = { version = "1", optional = true, features = [
"fs",
"io-util",
Expand Down

0 comments on commit e5d4beb

Please sign in to comment.