Merge pull request #6585 from str4d/update-deps-5.5.0

This commit is contained in:
Kris Nuttycombe 2023-04-19 18:18:43 -06:00 committed by GitHub
commit f0e0c281ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1672,9 +1672,9 @@ dependencies = [
[[package]]
name = "rustc-demangle"
version = "0.1.22"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "rustc-hex"

View File

@ -1,8 +1,8 @@
package=boost
$(package)_version=1_81_0
$(package)_version=1_82_0
$(package)_download_path=https://boostorg.jfrog.io/artifactory/main/release/$(subst _,.,$($(package)_version))/source/
$(package)_file_name=boost_$($(package)_version).tar.bz2
$(package)_sha256_hash=71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa
$(package)_sha256_hash=a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6
$(package)_dependencies=native_b2
ifneq ($(host_os),darwin)

View File

@ -1062,6 +1062,11 @@ who = "Sean Bowe <ewillbefull@gmail.com>"
criteria = "safe-to-deploy"
delta = "0.1.21 -> 0.1.22"
[[audits.rustc-demangle]]
who = "Jack Grigg <jack@electriccoin.co>"
criteria = "safe-to-deploy"
delta = "0.1.22 -> 0.1.23"
[[audits.ryu]]
who = "Jack Grigg <jack@electriccoin.co>"
criteria = "safe-to-deploy"

View File

@ -18,9 +18,11 @@ native_ccache 4.8 2023-05-01
libcxx 15.0.7 2023-04-30
libcxx 16.0.0 2023-04-30
libcxx 16.0.1 2023-04-30
libcxx 16.0.2 2023-04-30
native_clang 15.0.7 2023-04-30
native_clang 16.0.0 2023-04-30
native_clang 16.0.1 2023-04-30
native_clang 16.0.2 2023-04-30
# We follow upstream Bitcoin Core's LevelDB updates
leveldb 1.23 2023-06-01