Skip to content

Commit

Permalink
Merge pull request #1359 from EspressoSystems/dependabot/cargo/time-0…
Browse files Browse the repository at this point in the history
….3.23

chore(deps): bump time from 0.3.22 to 0.3.23
  • Loading branch information
DieracDelta authored Jul 10, 2023
2 parents 4d550ff + e5d4beb commit 3a6977c
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.5"
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.5"
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 3a6977c

Please sign in to comment.