Skip to content

Commit

Permalink
fix(deps): update rust crate time to 0.3.17 (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 6, 2022
1 parent ea99cc1 commit e296b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -56,7 +56,7 @@ reqwest = { version = "0.11.12", features = ["json"], optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
serde_urlencoded = { version = "0.7.1", optional = true }
time = { version = "0.3.16", optional = true }
time = { version = "0.3.17", optional = true }
tokio = { version = "1", optional = true, features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.8", features = ["tls", "tls-roots", "tls-roots-common"], optional = true }
tonic-types = { version = "0.6", optional = true }
Expand Down

0 comments on commit e296b8a

Please sign in to comment.