diff --git a/Cargo.lock b/Cargo.lock index 13ea374f..2b6c7313 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3508,7 +3508,7 @@ dependencies = [ "postgres-protocol", "serde", "serde_json", - "time 0.3.13", + "time 0.3.14", "uuid 1.1.2", ] @@ -4148,7 +4148,7 @@ dependencies = [ "serde", "serde_json", "sqlx", - "time 0.3.13", + "time 0.3.14", "tracing", "url", "uuid 1.1.2", @@ -4212,7 +4212,7 @@ dependencies = [ "sea-query-derive", "sea-query-driver", "serde_json", - "time 0.3.13", + "time 0.3.14", "uuid 1.1.2", ] @@ -4504,7 +4504,7 @@ dependencies = [ "rand 0.8.5", "sha3 0.9.1", "thiserror", - "time 0.3.13", + "time 0.3.14", ] [[package]] @@ -4648,7 +4648,7 @@ dependencies = [ "sqlx-rt", "stringprep", "thiserror", - "time 0.3.13", + "time 0.3.14", "tokio-stream", "url", "uuid 1.1.2", @@ -4920,9 +4920,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db76ff9fa4b1458b3c7f077f3ff9887394058460d21e634355b273aaf11eea45" +checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b" dependencies = [ "itoa 1.0.2", "libc", @@ -5566,7 +5566,7 @@ dependencies = [ "serde", "serde_json", "siwe", - "time 0.3.13", + "time 0.3.14", "tokio", "tokio-stream", "toml", @@ -5762,7 +5762,7 @@ dependencies = [ "hmac", "pbkdf2 0.10.1", "sha1", - "time 0.3.13", + "time 0.3.14", "zstd", ] diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index e418d8d6..28dfa4f0 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -52,7 +52,7 @@ sea-orm = { version = "0.9.2", features = ["macros"] } serde = { version = "1.0.144", features = [] } serde_json = { version = "1.0.85", default-features = false, features = ["alloc", "raw_value"] } # TODO: make sure this time version matches siwe. PR to put this in their prelude -time = "0.3.13" +time = "0.3.14" tokio = { version = "1.20.1", features = ["full", "tracing"] } # TODO: make sure this uuid version matches sea-orm. PR to put this in their prelude tokio-stream = { version = "0.1.9", features = ["sync"] }