Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(cli): cli dependency updates and warn on bad config perm #1956

Merged
merged 3 commits into from
Nov 17, 2023

Conversation

rozhkovdmitrii
Copy link

@rozhkovdmitrii rozhkovdmitrii commented Sep 1, 2023

Dependency updates:

Package From To Compare
addr2line 0.19.0 0.17.0 ...
aho-corasick 1.0.1 0.7.18 ...
allocator-api2 0.2.15 0.2.16 ...
anstyle 1.0.0 1.0.1 ...
anstyle-parse 0.2.0 0.2.1 ...
anstyle-wincon 1.0.1 1.0.2 ...
anyhow 1.0.71 1.0.42 ...
arrayvec 0.7.2 0.7.1 ...
async-trait 0.1.68 0.1.52 ...
backtrace 0.3.67 0.3.66 ...
blake2b_simd 0.5.11 0.5.10 ...
bumpalo 3.12.2 3.12.0 ...
cc 1.0.79 1.0.74 ...
chrono 0.4.24 0.4.23 ...
clap 4.3.4 4.2.7 ...
clap_builder 4.3.4 4.2.7 ...
clap_derive 4.3.2 4.2.0 ...
clap_lex 0.5.0 0.4.1 ...
cpufeatures 0.2.7 0.2.1 ...
crossbeam-epoch 0.9.14 0.9.5 ...
crossbeam-utils 0.8.15 0.8.8 ...
crossterm_winapi 0.9.0 0.9.1 ...
cxx 1.0.94 1.0.81 ...
cxx-build 1.0.94 1.0.62 ...
cxxbridge-flags 1.0.94 1.0.81 ...
cxxbridge-macro 1.0.94 1.0.81 ...
derive_more 0.99.17 0.99.11 ...
dyn-clone 1.0.11 1.0.12 ...
either 1.8.1 1.6.0 ...
errno 0.3.1 0.3.2 ...
gimli 0.27.2 0.26.2 ...
h2 0.3.18 0.3.19 ...
hermit-abi 0.3.1 0.3.2 ...
hyper-rustls 0.23.2 0.23.0 ...
iana-time-zone 0.1.56 0.1.53 ...
ipnet 2.7.2 2.3.0 ...
itoa 1.0.6 1.0.1 ...
js-sys 0.3.57 0.3.55 ...
libc 0.2.144 0.2.139 ...
link-cplusplus 1.0.8 1.0.7 ...
lock_api 0.4.9 0.4.6 ...
memoffset 0.8.0 0.6.4 ...
metrics 0.21.0 0.21.1 ...
miniz_oxide 0.6.2 0.5.4 ...
num_cpus 1.15.0 1.13.1 ...
object 0.30.3 0.29.0 ...
once_cell 1.17.1 1.16.0 ...
parity-scale-codec 3.5.0 3.1.2 ...
parity-scale-codec-derive 3.1.4 3.1.2
parking_lot 0.12.1 0.12.0 ...
parking_lot_core 0.9.7 0.9.1 ...
paste 1.0.12 1.0.7 ...
portable-atomic 1.3.3 1.3.2 ...
proc-macro-crate 1.3.1 1.1.3 ...
proc-macro2 1.0.56 1.0.58 ...
redox_syscall 0.2.16 0.2.10
redox_users 0.4.3 0.4.0
regex 1.8.1 1.5.6 ...
regex-syntax 0.7.1 0.6.26 ...
rustc_version 0.4.0 0.2.3 ...
rustix 0.37.20 0.37.3 ...
rustls 0.20.8 0.20.4 ...
ryu 1.0.13 1.0.5 ...
scratch 1.0.5 1.0.2 ...
security-framework 2.9.1 2.9.2 ...
security-framework-sys 2.9.0 2.9.1 ...
semver 1.0.17 0.9.0 ...
serde 1.0.163 1.0.164 ...
serde_derive 1.0.163 1.0.164 ...
serde_json 1.0.96 1.0.79 ...
serde_repr 0.1.12 0.1.6 ...
signal-hook 0.3.15 0.3.17 ...
smallvec 1.10.0 1.6.1 ...
syn 2.0.15 2.0.16 ...
thiserror 1.0.40 1.0.30 ...
thiserror-impl 1.0.40 1.0.30 ...
tokio 1.28.1 1.25.0 ...
tokio-macros 2.1.0 1.7.0 ...
toml NEW 0.5.7
tracing 0.1.37 0.1.34 ...
tracing-attributes 0.1.24 0.1.20 ...
tracing-core 0.1.30 0.1.26 ...
unicode-ident 1.0.8 1.0.0 ...
uuid 1.3.2 1.2.2 ...
wasm-bindgen-futures 0.4.30 0.4.21 ...
wasm-bindgen-test 0.3.30 0.3.13 ...
wasm-bindgen-test-macro 0.3.30 0.3.13 ...
web-sys 0.3.57 0.3.55 ...
windows-targets 0.48.0 0.48.1 ...

Copy link
Member

@onur-ozkan onur-ozkan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a simple question and suggestion from my side

mm2src/adex_cli/src/adex_config.rs Outdated Show resolved Hide resolved
mm2src/adex_cli/src/adex_config.rs Show resolved Hide resolved
Copy link
Member

@onur-ozkan onur-ozkan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*.rs changes LGTM

Copy link

@ca333 ca333 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

secure code reviewed

@shamardy shamardy merged commit 3ce3de1 into dev Nov 17, 2023
30 of 37 checks passed
@shamardy shamardy deleted the cli-dependency-updates branch November 17, 2023 16:07
dimxy added a commit to dimxy/komodo-defi-framework that referenced this pull request Dec 21, 2023
* dev: (22 commits)
  chore(config): remove vscode launchjson (KomodoPlatform#2040)
  feat(trading-proto-upgrade): wasm DB, kickstart, refund states, v2 RPCs (KomodoPlatform#2015)
  feat(UTXO): balance event streaming for Electrum clients (KomodoPlatform#2013)
  feat(tx): add new sign_raw_transaction rpc for UTXO and EVM coins (KomodoPlatform#1930)
  fix(p2p): handle encode_and_sign errors (KomodoPlatform#2038)
  chore(release): add changelog entries for v2.0.0-beta (KomodoPlatform#2037)
  chore(network): write network information to stdout (KomodoPlatform#2034)
  fix(price_endpoints): add cached url (KomodoPlatform#2032)
  deps(network): sync with upstream yamux (KomodoPlatform#2030)
  fix(config): accept a string as rpcport value (KomodoPlatform#2026)
  feat(nft): move db lock, add tx fee and confirmations (KomodoPlatform#1989)
  chore(network): update seednodes for netid 8762 (KomodoPlatform#2024)
  chore(network): add todo on peer storage behaviour (KomodoPlatform#2025)
  chore(network): exclude `168.119.236.249` from the seednode list (KomodoPlatform#2021)
  feat(network): deprecate 7777 network (KomodoPlatform#2020)
  chore(release): bump mm2 version to 2.0.0-beta (KomodoPlatform#2018)
  feat(UTXO swaps): kmd burn plan impl (KomodoPlatform#2006)
  chore(docs): fix the link to simple market maker in README.md (KomodoPlatform#2011)
  refactor(cli): cli dependency updates and warn on bad config perm (KomodoPlatform#1956)
  chore(containers and docs): update docs and container images (KomodoPlatform#2003)
  ...

# Conflicts:
#	mm2src/mm2_main/tests/mm2_tests/mm2_tests_inner.rs
#	mm2src/mm2_test_helpers/src/for_tests.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants