Skip to content

Commit

Permalink
Merge pull request #1915 from appaquet/dependabot/cargo/chrono-0.4.38
Browse files Browse the repository at this point in the history
chore(deps): bump chrono from 0.4.37 to 0.4.38
  • Loading branch information
github-actions[bot] authored Apr 15, 2024
2 parents 1170e17 + 799430c commit a564fb6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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 apps/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy_static = "1.4.0"
log = "0.4.21"
quote = "1.0.36"
thiserror = "1.0.58"
chrono = { version = "0.4.37", default-features = false, features = [] }
chrono = { version = "0.4.38", default-features = false, features = [] }

[dev-dependencies]
tokio = { version = "1.36.0", features = ["macros"], default-features = false }
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ anyhow = "1.0.82"
bs58 = "0.5.1"
byteorder = "1.5.0"
bytes = "1.6.0"
chrono = "0.4.37"
chrono = "0.4.38"
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = { version = "0.3.30", features = ["async-await"] }
libp2p = { version = "0.53.2", features = ["noise", "secp256k1"], default-features = false }
Expand Down Expand Up @@ -61,7 +61,7 @@ web-sys = { version = "0.3.69", features = ["Storage"], optional = true }
getrandom = "0.2.14"
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"
chrono = { version = "0.4.35", default-features = false, features = [] }
chrono = { version = "0.4.38", default-features = false, features = [] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1.36.0", features = ["rt"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ server = ["hyper", "tokio"]
[dependencies]
anyhow = "1.0.82"
base64 = "0.22.0"
chrono = { version = "0.4.37", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
futures = "0.3.30"
log = "0.4.21"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "0.1.25"
anyhow = "1.0.82"
base64 = "0.22"
capnp = { version = "0.19", features = ["sync_reader"] }
chrono = "0.4.37"
chrono = "0.4.38"
prost = "0.12.4"
prost-types = "0.12.4"
protobuf = "3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tests-utils = []
anyhow = "1.0.82"
async-trait = "0.1.80"
bytes = "1.6.0"
chrono = {version = "0.4.37", features = ["serde"]}
chrono = {version = "0.4.38", features = ["serde"]}
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = "0.3.30"
itertools = "0.12.1"
Expand Down

0 comments on commit a564fb6

Please sign in to comment.