Update Rust crate time to 0.3.31
This commit is contained in:
parent
7d94b3c861
commit
918a5555b8
|
@ -2102,9 +2102,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "time"
|
name = "time"
|
||||||
version = "0.3.30"
|
version = "0.3.31"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
|
checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"deranged",
|
"deranged",
|
||||||
"itoa",
|
"itoa",
|
||||||
|
@ -2122,9 +2122,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "time-macros"
|
name = "time-macros"
|
||||||
version = "0.2.15"
|
version = "0.2.16"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"time-core",
|
"time-core",
|
||||||
]
|
]
|
||||||
|
|
|
@ -20,7 +20,7 @@ base64 = "0.21.5"
|
||||||
hyper = { version = "0.14.28", features = ["server"] }
|
hyper = { version = "0.14.28", features = ["server"] }
|
||||||
hex_fmt = "0.3"
|
hex_fmt = "0.3"
|
||||||
futures = "0.3.29"
|
futures = "0.3.29"
|
||||||
time = "0.3.30"
|
time = "0.3.31"
|
||||||
tokio = { version = "1", features = ["full", "macros", "signal"] }
|
tokio = { version = "1", features = ["full", "macros", "signal"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
reqwest = { version = "0.11", features = ["json", "stream"]}
|
reqwest = { version = "0.11", features = ["json", "stream"]}
|
||||||
|
|
|
@ -27,7 +27,7 @@ lazy_static = "1"
|
||||||
hex_fmt = "0.3"
|
hex_fmt = "0.3"
|
||||||
aes-gcm = { version = "0.10", features =["aes"]}
|
aes-gcm = { version = "0.10", features =["aes"]}
|
||||||
base64 = "0.21"
|
base64 = "0.21"
|
||||||
time = "0.3.30"
|
time = "0.3.31"
|
||||||
prometheus = "0.13.3"
|
prometheus = "0.13.3"
|
||||||
subtle = "2.5"
|
subtle = "2.5"
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0.50"
|
||||||
|
|
|
@ -21,7 +21,7 @@ lazy_static = "1.4.0"
|
||||||
lox-library = { path = "../lox-library", version = "0.1.0" }
|
lox-library = { path = "../lox-library", version = "0.1.0" }
|
||||||
lox_utils = { path = "../lox-utils", version = "0.1.0" }
|
lox_utils = { path = "../lox-utils", version = "0.1.0" }
|
||||||
wasm-bindgen = "0.2"
|
wasm-bindgen = "0.2"
|
||||||
time = "0.3.30"
|
time = "0.3.31"
|
||||||
serde_json = "1.0.108"
|
serde_json = "1.0.108"
|
||||||
|
|
||||||
console_error_panic_hook = "0.1.7"
|
console_error_panic_hook = "0.1.7"
|
||||||
|
|
Loading…
Reference in New Issue