Skip to content

Commit

Permalink
Bump time crate (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Sep 26, 2023
1 parent e5f716f commit 29d5f62
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ iota-sdk = { path = "../sdk", default-features = false, features = [
] }

chrono = { version = "0.4.31", default-features = false, features = ["std"] }
clap = { version = "4.4.4", default-features = false, features = [
clap = { version = "4.4.5", default-features = false, features = [
"std",
"color",
"help",
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ rumqttc = { version = "0.22.0", default-features = false, features = [
], optional = true }
serde_repr = { version = "0.1.16", default-features = false, optional = true }
thiserror = { version = "1.0.48", default-features = false, optional = true }
time = { version = "0.3.28", default-features = false, features = [
time = { version = "0.3.29", default-features = false, features = [
"serde",
"macros",
], optional = true }
Expand Down

0 comments on commit 29d5f62

Please sign in to comment.