From d17a2b87c5df60c9edb602de3819b6f2812c97d1 Mon Sep 17 00:00:00 2001 From: Connor Barr Date: Tue, 19 Nov 2024 14:49:42 +0000 Subject: [PATCH] build: revert chrono version upgrade --- .github/dependabot.yml | 3 + Cargo.lock | 98 +++++++++++++++---- .../andromeda-validator-staking/Cargo.toml | 2 +- 3 files changed, 83 insertions(+), 20 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c030da04c..f1cb41bf9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,9 @@ updates: - dependency-name: "cosmwasm-std" update-types: ["version-update:semver-major", "version-update:semver-minor"] + - dependency-name: "chrono" + update-types: + ["version-update:semver-major", "version-update:semver-minor"] - package-ecosystem: github-actions directory: "/" schedule: diff --git a/Cargo.lock b/Cargo.lock index 78d4dae75..85736bd52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ dependencies = [ "andromeda-modules", "andromeda-std", "andromeda-testing", - "chrono", + "chrono 0.4.38", "cosmwasm-schema 1.5.8", "cosmwasm-std 1.5.8", "cw-multi-test", @@ -405,7 +405,7 @@ dependencies = [ "andromeda-vesting", "andromeda-vfs", "andromeda-weighted-distribution-splitter", - "chrono", + "chrono 0.4.38", "cosmwasm-schema 1.5.8", "cosmwasm-std 1.5.8", "cw-asset", @@ -921,7 +921,7 @@ dependencies = [ "andromeda-finance", "andromeda-std", "andromeda-testing", - "chrono", + "chrono 0.3.0", "cosmwasm-schema 1.5.8", "cosmwasm-std 1.5.8", "cw-multi-test", @@ -1483,6 +1483,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +[[package]] +name = "chrono" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "158b0bd7d75cbb6bf9c25967a48a2e9f77da95876b858eadfabaa99cd069de6e" +dependencies = [ + "num 0.1.42", + "time 0.1.45", +] + [[package]] name = "chrono" version = "0.4.38" @@ -2052,7 +2062,7 @@ dependencies = [ "base16", "base64 0.22.1", "bitcoin", - "chrono", + "chrono 0.4.38", "cosmrs 0.15.0", "cosmwasm-std 1.5.8", "cw-orch-core", @@ -3069,7 +3079,7 @@ dependencies = [ "cfg-if", "js-sys", "libc", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "wasm-bindgen", ] @@ -3499,7 +3509,7 @@ dependencies = [ "tendermint 0.32.2", "tendermint-light-client-verifier", "tendermint-proto 0.32.2", - "time", + "time 0.3.36", "uint", ] @@ -3897,7 +3907,7 @@ checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" dependencies = [ "hermit-abi", "libc", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "windows-sys 0.52.0", ] @@ -3918,6 +3928,17 @@ dependencies = [ "tempfile", ] +[[package]] +name = "num" +version = "0.1.42" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e" +dependencies = [ + "num-integer", + "num-iter", + "num-traits", +] + [[package]] name = "num" version = "0.4.3" @@ -5174,7 +5195,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "65881c9270d6157f30a09233305da51bed97eef9192d0ea21e57b1c8f05c3620" dependencies = [ - "num", + "num 0.4.3", ] [[package]] @@ -5367,7 +5388,7 @@ dependencies = [ "subtle", "subtle-encoding", "tendermint-proto 0.32.2", - "time", + "time 0.3.36", "zeroize", ] @@ -5398,7 +5419,7 @@ dependencies = [ "subtle", "subtle-encoding", "tendermint-proto 0.34.1", - "time", + "time 0.3.36", "zeroize", ] @@ -5429,7 +5450,7 @@ dependencies = [ "subtle", "subtle-encoding", "tendermint-proto 0.38.1", - "time", + "time 0.3.36", "zeroize", ] @@ -5459,7 +5480,7 @@ dependencies = [ "subtle", "subtle-encoding", "tendermint-proto 0.39.1", - "time", + "time 0.3.36", "zeroize", ] @@ -5487,7 +5508,7 @@ dependencies = [ "flex-error", "serde", "tendermint 0.32.2", - "time", + "time 0.3.36", ] [[package]] @@ -5505,7 +5526,7 @@ dependencies = [ "serde", "serde_bytes", "subtle-encoding", - "time", + "time 0.3.36", ] [[package]] @@ -5523,7 +5544,7 @@ dependencies = [ "serde", "serde_bytes", "subtle-encoding", - "time", + "time 0.3.36", ] [[package]] @@ -5541,7 +5562,7 @@ dependencies = [ "serde", "serde_bytes", "subtle-encoding", - "time", + "time 0.3.36", ] [[package]] @@ -5557,7 +5578,7 @@ dependencies = [ "serde", "serde_bytes", "subtle-encoding", - "time", + "time 0.3.36", ] [[package]] @@ -5572,7 +5593,7 @@ dependencies = [ "serde", "serde_bytes", "subtle-encoding", - "time", + "time 0.3.36", ] [[package]] @@ -5600,7 +5621,7 @@ dependencies = [ "tendermint-config", "tendermint-proto 0.34.1", "thiserror", - "time", + "time 0.3.36", "tokio", "tracing", "url", @@ -5712,6 +5733,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "time" +version = "0.1.45" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" +dependencies = [ + "libc", + "wasi 0.10.0+wasi-snapshot-preview1", + "winapi", +] + [[package]] name = "time" version = "0.3.36" @@ -6131,6 +6163,12 @@ dependencies = [ "try-lock", ] +[[package]] +name = "wasi" +version = "0.10.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" + [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" @@ -6214,6 +6252,22 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +dependencies = [ + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + [[package]] name = "winapi-util" version = "0.1.9" @@ -6223,6 +6277,12 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + [[package]] name = "windows-core" version = "0.52.0" diff --git a/contracts/finance/andromeda-validator-staking/Cargo.toml b/contracts/finance/andromeda-validator-staking/Cargo.toml index 210e53ba6..240461e82 100644 --- a/contracts/finance/andromeda-validator-staking/Cargo.toml +++ b/contracts/finance/andromeda-validator-staking/Cargo.toml @@ -24,7 +24,7 @@ serde = { workspace = true } andromeda-std = { workspace = true, features = ["distribution"] } andromeda-finance = { workspace = true } enum-repr = { workspace = true } -chrono = "0.4" +chrono = "0.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] cw-multi-test = { workspace = true, optional = true }