-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore(deps): update github/codeql-action digest to db40ac4 #499
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #499 +/- ##
=======================================
Coverage 64.42% 64.42%
=======================================
Files 31 31
Lines 1712 1712
=======================================
Hits 1103 1103
Misses 609 609 ☔ View full report in Codecov by Sentry. |
🤠 Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu 🤠 @@ Size breakdown @@
- Size 9.87 MB
+ Size 9.82 MB -53.2 KB
- Text Size 2.29 MB
+ Text Size 2.28 MB -6.11 KB
Size difference per crateNote: The numbers below are not 100% accurate, use them as a rough estimate. @@ Breakdown per crate @@
- (stratum_server) hyper::proto::h1::decode::Decoder::decode 2.3 KB
+ (stratum_server) hyper::proto::h1::decode::Decoder::decode 11.16 KB
+ (tokio) tokio::runtime::scheduler::multi_thread::worker::Context::run 5.61 KB
+ (uuid) uuid::rng::bytes 2.58 KB
+ (axum) axum::routing::path_router::PathRouter<S,B,_>::replace_endpoint 2.44 KB
+ (axum) axum::routing::method_routing::MethodRouter<S,B,E>::with_state 1.29 KB
+ (tracing_subscriber) tracing_subscriber::registry::Scope<R>::from_root 1.68 KB
+ (axum_core) http::header::map::HeaderMap<T>::insert2 1.59 KB
+ (rand) std::sys::common::thread_local::fast_local::Key<T>::try_initial... 739 B
+ (matchit) matchit::error::InsertError::conflict 736 B
+ (tracing_subscriber) sharded_slab::page::Shared<T,C>::mark_clear 697 B
+ (http) http::header::map::HeaderMap<T>::with_capacity 704 B
+ (stratum_server) <tokio::sync::mpsc::chan::Tx<T,S> as core::ops::drop:... 574 B
+ (regex) <alloc::string::String as core::iter::traits::collect::FromIte... 527 B
+ (tower_http) <core::iter::adapters::map::Map<I,F> as core::iter::trait... 513 B
- (tokio) tokio::runtime::scheduler::multi_thread::worker::run 6.65 KB
+ (tokio) tokio::runtime::scheduler::multi_thread::worker::run 186 B
- (hyper) hyper::proto::h1::decode::ChunkedState::step 11.17 KB
- (tracing_subscriber) <tracing_subscriber::fmt::format::Format<tracing_... 5.41 KB
- (stratum_server) axum::routing::path_router::PathRouter<S,B,_>::replac... 2.43 KB
- (stratum_server) axum::routing::method_routing::MethodRouter<S,B,E>::w... 1.29 KB
- (tracing_subscriber) tracing_subscriber::filter::env::EnvFilter::on_ne... 1.86 KB
- (http) http::header::map::HeaderMap<T>::insert2 1.59 KB
- (tracing_subscriber) tracing_subscriber::filter::env::EnvFilter::enabl... 969 B
- (tracing_subscriber) sharded_slab::shard::Shard<T,C>::mark_clear_local 798 B
- (tracing_subscriber) tracing_subscriber::filter::env::EnvFilter::on_cl... 758 B
- (tokio) tokio::runtime::blocking::pool::Spawner::spawn_blocking 728 B
- (tracing_subscriber) sharded_slab::shard::Shard<T,C>::mark_clear_remot... 747 B
- (stratum_server) matchit::error::InsertError::conflict 739 B
- (tracing_subscriber) tracing_subscriber::filter::env::EnvFilter::on_en... 719 B
- (rand) std::sys::common::thread_local::lazy::LazyKeyInner<T>::initiali... 695 B
- (tokio) tokio::sync::mpsc::list::Tx<T>::push 612 B
- (stratum_server) <tokio::future::poll_fn::PollFn<F> as core::future::f... 198 B
- (tracing_subscriber) <tracing_core::callsite::Identifier as core::hash... 518 B
- (stratum_server) tokio::sync::mpsc::list::Tx<T>::close 516 B
- (tokio) tokio::sync::mpsc::list::Tx<T>::close 516 B
- (smallvec?) <smallvec::SmallVec<A> as core::iter::traits::collect::Ext... 509 B
- (stratum_server) tokio::sync::mpsc::chan::channel 502 B
- (tracing_subscriber) tracing_subscriber::filter::env::EnvFilter::on_re... 466 B
- (std) core::ptr::drop_in_place<http::response::Response<http_body::com... 443 B
- (tracing_subscriber) tracing_core::dispatcher::get_default 353 B
- (regex_syntax) core::ptr::drop_in_place<[regex_syntax::ast::ClassSetIt... 411 B
- (stratum_server) core::ptr::drop_in_place<hyper::server::shutdown::Sta... 364 B
- (tokio) tokio::runtime::task::error::<impl core::convert::From<tokio::... 348 B
- (std) <&str as alloc::ffi::c_str::CString::new::SpecNewImpl>::spec_new... 346 B
- (tokio) hashbrown::map::HashMap<K,V,S,A>::remove 342 B
- (tokio) tokio::runtime::runtime::Runtime::block_on 342 B
- (regex_syntax) regex_syntax::ast::ClassSetUnion::into_item 312 B
- (tokio) <tokio::signal::registry::EventInfo as core::default::Default>... 309 B
- (http) <http::method::Method as core::fmt::Debug>::fmt 300 B
- (matchers?) <matchers::Matcher<S,A> as core::fmt::Write>::write_str 298 B
- (std) core::ptr::drop_in_place<axum::routing::method_routing::MethodRo... 290 B
- (std) core::fmt::num::imp::<impl core::fmt::Display for i64>::fmt 282 B
- (stratum_server) stratum_server::session::Session<State>::send_raw 282 B
- (hyper) <&mut W as core::fmt::Write>::write_char 276 B
- (std) core::fmt::num::imp::<impl core::fmt::Display for u64>::fmt 265 B
- (futures_channel) futures_channel::mpsc::queue::Queue<T>::pop_spin 255 B
- (std) core::sync::atomic::atomic_compare_exchange 252 B
- (tokio) <tokio::util::atomic_cell::AtomicCell<T> as core::ops::drop::D... 246 B
- (tracing_subscriber) tracing_subscriber::filter::env::EnvFilter::on_ex... 244 B
- (std?) <alloc::sync::Arc<str> as core::convert::From<alloc::string::St... 243 B
- (serde) serde::__private::de::content::ContentRefDeserializer<E>::dese... 237 B
- (std) <std::panicking::begin_panic_handler::PanicPayload as core::pani... 114 B
- (std) core::ptr::drop_in_place<tokio::runtime::driver::Driver> 144 B
- (tokio) tokio::runtime::io::registration::gone 235 B
- (tracing_subscriber) <std::collections::hash::map::HashMap<K,V,S> as c... 233 B
- (stratum_server) tokio::runtime::scheduler::current_thread::Handle::sp... 229 B
- (tokio) tokio::runtime::signal::Handle::check_inner 226 B
- (hyper) hyper::common::date::extend 226 B
- (std) <std::io::stdio::StderrRaw as std::io::Write>::write_all 224 B
- (std) <std::io::stdio::StdoutRaw as std::io::Write>::write_all 224 B
- (stratum_server) tokio::runtime::scheduler::multi_thread::handle::Hand... 221 B
- (std) core::ptr::drop_in_place<alloc::vec::Vec<http::header::map::Extr... 196 B
- (tracing_subscriber) <&mut W as core::fmt::Write>::write_char 193 B
- (tokio) core::ptr::drop_in_place<[(usize,std::thread::JoinHandle<()>)]... 192 B
- (axum_core) <alloc::vec::Vec<T,A> as core::ops::drop::Drop>::drop 184 B
- (std) core::ptr::drop_in_place<alloc::boxed::Box<regex_syntax::ast::Al... 184 B
- (stratum_server) tokio::runtime::io::driver::Handle::deregister_source 177 B
- (hyper) hyper::proto::h1::conn::Conn<I,B,T>::poll_flush::{{closure}} 176 B
- (tracing_subscriber) tracing_subscriber::fmt::format::FormatFields::ad... 175 B
- (stratum_server) stratum_server::miner_list::MinerList::new 161 B
- (std) core::ptr::drop_in_place<core::result::Result<&[u8],std::io::err... 152 B
- (std) core::fmt::num::<impl core::fmt::UpperHex for i16>::fmt 151 B
- (std) core::fmt::num::<impl core::fmt::UpperHex for usize>::fmt 149 B
- (std) core::fmt::num::<impl core::fmt::UpperHex for u32>::fmt 146 B
- (std) core::fmt::num::<impl core::fmt::UpperHex for u8>::fmt 145 B
- (std) core::fmt::num::<impl core::fmt::LowerHex for u8>::fmt 145 B
- (tokio) tokio::signal::registry::Globals::register_listener 139 B
- (std) core::fmt::num::<impl core::fmt::Binary for isize>::fmt 133 B
- (tokio) core::ptr::drop_in_place<tokio::runtime::signal::Driver> 132 B
- (tokio) core::ptr::drop_in_place<tokio::util::wake_list::WakeList> 124 B
- (std) core::ptr::drop_in_place<regex_automata::meta::error::BuildError... 110 B
- (tokio) core::fmt::Arguments::new_v1 103 B
- (std?) <std::panicking::begin_panic::PanicPayload<A> as core::panic::B... 26 B
- (hyper) <std::panicking::begin_panic::PanicPayload<A> as core::panic::... 26 B
- (axum) <std::panicking::begin_panic::PanicPayload<A> as core::panic::B... 26 B
- (stratum_server) <std::panicking::begin_panic::PanicPayload<A> as core... 26 B
- (regex_syntax) <std::panicking::begin_panic::PanicPayload<A> as core::... 26 B
- (regex_automata) <std::panicking::begin_panic::PanicPayload<A> as core... 26 B
- (tracing_subscriber) <std::panicking::begin_panic::PanicPayload<A> as ... 26 B
- (tokio) alloc::raw_vec::RawVec<T,A>::allocate_in 100 B
- (stratum_server) alloc::raw_vec::RawVec<T,A>::allocate_in 100 B
- (hyper) <&mut W as core::fmt::Write>::write_str 96 B
- (std) <&std::fs::File as std::io::Read>::read 91 B
- (rand) <rand::rngs::thread::ThreadRng as core::default::Default>::defa... 88 B
- (stratum_server) <&mut T as core::fmt::Debug>::fmt 83 B
- (regex) <&T as core::fmt::Debug>::fmt 83 B
- (std) <std::panicking::begin_panic_handler::StrPanicPayload as core::p... 11 B
- (std) core::ptr::drop_in_place<core::result::Result<std::sync::rwlock:... 80 B
- (stratum_server) hyper::server::shutdown::on_drain 77 B
- (std) <std::ffi::os_str::OsString as core::fmt::Debug>::fmt 72 B
- (uuid) uuid::fmt::<impl core::fmt::Display for uuid::Uuid>::fmt 71 B
- (tokio) <tokio::runtime::task::Task<S> as core::ops::drop::Drop>::drop 67 B
- (socket2) socket2::sys::<impl std::os::fd::raw::FromRawFd for socket2:... 62 B
- (std) core::ptr::drop_in_place<tokio::runtime::context::set_scheduler<... 59 B
- (mio) <mio::net::uds::listener::UnixListener as mio::event::source::So... 51 B
- (std) std::os::unix::net::datagram::UnixDatagram::shutdown 40 B
- (regex_syntax) regex_syntax::hir::literal::Extractor::new 39 B
- (hyper) <tokio::runtime::task::Task<S> as core::ops::drop::Drop>::drop 35 B
- (stratum_server) <tokio::runtime::task::Task<S> as core::ops::drop::Dr... 35 B
- (tokio?) <tokio::runtime::task::Task<S> as core::ops::drop::Drop>::dro... 35 B
- (std) core::ptr::drop_in_place<tokio::runtime::task::Notified<alloc::s... 35 B
- (std) core::ptr::drop_in_place<std::panicking::begin_panic_handler::Pa... 33 B
- (stratum_server) stratum_server::types::connection_id::ConnectionID::n... 33 B
- (regex_automata) <regex_automata::util::syntax::Config as core::defaul... 32 B
- (tokio) core::ptr::drop_in_place<tokio::runtime::task::join::JoinHandl... 31 B
- (std) std::fs::OpenOptions::new 30 B
- (hyper) <&mut W as core::fmt::Write>::write_fmt 29 B
- (tracing_subscriber) <&mut W as core::fmt::Write>::write_fmt 29 B
- (tower_http) <tower_http::cors::allow_origin::AllowOrigin as core::con... 26 B
- (tokio) core::ptr::drop_in_place<<alloc::boxed::Box<dyn core::error::E... 24 B
- (rlimit) core::ptr::drop_in_place<<alloc::boxed::Box<dyn core::error::... 24 B
- (std?) <alloc::raw_vec::RawVec<T,A> as core::ops::drop::Drop>::drop 24 B
- (std) core::ptr::drop_in_place<std::thread::Builder> 22 B
- (serde) <serde::de::impls::StringVisitor as serde::de::Visitor>::expec... 21 B
- (serde) <T as core::any::Any>::type_id 21 B
- (tokio) core::error::Error::type_id 21 B
- (axum_core) <T as core::any::Any>::type_id 21 B
- (std) <core::fmt::Formatter as core::fmt::Write>::write_fmt 20 B
- (tokio) tokio::sync::task::atomic_waker::AtomicWaker::new 19 B
- (stratum_server) core::ptr::drop_in_place<lock_api::mutex::MutexGuard<... 19 B
- (tokio_stream) tokio_stream::wrappers::tcp_listener::TcpListenerStream... 18 B
- (tokio) core::ptr::drop_in_place<tokio::io::blocking::Buf> 17 B
- (axum_core) <&T as core::fmt::Debug>::fmt 16 B
- (tracing_core) <usize as tracing_core::field::Value>::record 15 B
- (std) core::ptr::drop_in_place<tokio::net::tcp::split_owned::OwnedRead... 15 B
- (std) core::num::<impl u64>::from_str_radix 14 B
- (tracing_subscriber) <&mut W as core::fmt::Write>::write_str 13 B
- (regex_syntax) <regex_syntax::hir::translate::TranslatorBuilder as cor... 11 B
- (tracing_subscriber) tracing_subscriber::fmt::format::format 11 B
- (regex_syntax) regex_syntax::hir::ClassUnicode::ranges 8 B
- (regex_syntax) std::sys_common::backtrace::__rust_end_short_backtrace 8 B
- (tracing_subscriber) std::sys_common::backtrace::__rust_end_short_back... 8 B
- (serde_json) serde_json::raw::RawValue::from_borrowed 7 B
- (serde_json) serde_json::raw::RawValue::from_owned 7 B
- (mio) core::ptr::drop_in_place<std::net::tcp::TcpStream> 6 B
- (tokio) tokio::sync::watch::state::AtomicState::set_closed 6 B
- (tokio) core::ptr::drop_in_place<std::sys_common::once::futex::Complet... 6 B
- (tower) tower::builder::ServiceBuilder<tower_layer::identity::Identity... 6 B
- (mio) mio::poll::Registry::selector 4 B
- (tokio) tokio::runtime::task::id::Id::as_u64 4 B
- (tokio) core::ptr::drop_in_place<core::iter::adapters::map::map_fold<u... 4 B
- (tokio) <tokio::runtime::scheduler::multi_thread::idle::State as core:... 4 B
- (tokio) tokio::runtime::task::core::Trailer::addr_of_owned 4 B
- (tokio) core::ptr::drop_in_place<core::cell::RefMut<alloc::vec::Vec<co... 4 B
- (tokio) <tokio::runtime::task::Task<S> as tokio::util::linked_list::Li... 4 B
- (tracing_core) tracing_core::span::<impl core::convert::From<&tracing_... 4 B
- (std) <std::sync::mpsc::TryRecvError as core::convert::From<std::sync:... 3 B
- (std) <std::process::ChildStderr as std::sys_common::IntoInner<std::sy... 3 B
- (mio) <mio::sys::unix::pipe::Receiver as std::os::fd::raw::AsRawFd>::a... 3 B
- (mio) <mio::net::uds::stream::UnixStream as std::os::fd::raw::AsRawFd>... 3 B
- (tokio) core::error::Error::cause 3 B
- (rlimit) core::error::Error::cause 3 B
- (stratum_server) core::error::Error::source 3 B
- (std) core::error::Error::source 3 B
- (std) core::ptr::drop_in_place<&mut rustc_demangle::SizeLimitedFmtAdap... 1 B
- (std) core::ptr::drop_in_place<&mut std::io::Write::write_fmt::Adapter... 1 B
- (std) core::ptr::drop_in_place<&f64> 1 B
- (std) core::ptr::drop_in_place<core::option::Option<core::ptr::non_nul... 1 B
- (tokio) core::ptr::drop_in_place<tokio::loom::std::parking_lot::RwLock... 1 B
- (tokio) tokio::runtime::metrics::mock::MetricsBatch::inc_local_schedul... 1 B
- (tokio) core::ptr::drop_in_place<core::cell::BorrowError> 1 B
- (tokio) tokio::runtime::io::metrics::IoDriverMetrics::dec_fd_count 1 B
- (tokio) <F as core::future::into_future::IntoFuture>::into_future 1 B
- (tokio) core::error::Error::provide 1 B
- (std) core::ptr::drop_in_place<signal_hook_registry::register<tokio::s... 1 B
- (tokio) core::ptr::drop_in_place<&tokio::loom::std::parking_lot::Condv... 1 B
- (tokio) core::ptr::drop_in_place<core::cell::BorrowMutError> 1 B
- (tracing_core) core::ptr::drop_in_place<tracing_core::field::DisplayVa... 1 B
- (std) core::ptr::drop_in_place<core::cell::BorrowError> 1 B
- (tracing) core::ptr::drop_in_place<core::cell::BorrowError> 1 B
- (axum_core) core::ptr::drop_in_place<&http::header::name::HeaderName> 1 B
- (hyper) core::ptr::drop_in_place<&mut hyper::common::date::CachedDate> 1 B
- (hyper) core::ptr::drop_in_place<core::cell::BorrowMutError> 1 B
- (std) core::ptr::drop_in_place<&&bytes::bytes::Bytes> 1 B
- (hyper) core::ptr::drop_in_place<&u8> 1 B
- (std) core::ptr::drop_in_place<&alloc::string::String> 1 B
- (std) core::ptr::drop_in_place<&mut alloc::string::String> 1 B
- (std) core::ptr::drop_in_place<&http::uri::Uri> 1 B
- (stratum_server) core::ptr::drop_in_place<hyper::proto::h1::encode::No... 1 B
- (std) core::ptr::drop_in_place<<lock_api::mutex::Mutex<R,T> as core::f... 1 B
- (stratum_server) core::ptr::drop_in_place<&core::option::Option<alloc:... 1 B
- (std) core::ptr::drop_in_place<&alloc::sync::Arc<dashmap::DashMap<stra... 1 B
- (std) core::ptr::drop_in_place<u64> 1 B
- (tracing_log) core::ptr::drop_in_place<once_cell::imp::OnceCell<tracin... 1 B
- (regex_syntax) core::ptr::drop_in_place<®ex_syntax::ast::FlagsItem> 1 B
- (regex_syntax) core::ptr::drop_in_place<core::cell::BorrowMutError> 1 B
- (regex_syntax) core::ptr::drop_in_place<®ex_syntax::hir::Literal> 1 B
- (regex_syntax) core::ptr::drop_in_place<core::cell::BorrowError> 1 B
- (std) core::ptr::drop_in_place<core::cell::BorrowMutError> 1 B
- (regex_automata) core::ptr::drop_in_place<®ex_automata::util::searc... 1 B
- (regex_automata) core::ptr::drop_in_place<&core::option::Option<usize>... 1 B
- (regex_syntax) core::ptr::drop_in_place<®ex_syntax::ast::parse::Cla... 1 B
- (std) core::ptr::drop_in_place<std::panicking::begin_panic::PanicPaylo... 1 B
- (regex_automata) core::ptr::drop_in_place<core::cell::BorrowError> 1 B
- (std) core::ptr::drop_in_place<core::alloc::layout::LayoutError> 1 B
- (tracing_subscriber) <tracing_subscriber::layer::layered::Layered<L,S>... 1 B
- (tracing_subscriber) core::ptr::drop_in_place<core::cell::BorrowError> 1 B
- (tracing_subscriber) core::ptr::drop_in_place<&(tracing_subscriber::fi... 1 B
- (tracing_subscriber) core::ptr::drop_in_place<log::SetLoggerError> 1 B
- (tracing_subscriber) tracing_subscriber::fmt::format::DefaultFields::n... 1 B
- (std) core::ptr::drop_in_place<&core::cell::RefCell<core::option::Opti... 1 B
- (tracing_subscriber) core::ptr::drop_in_place<&mut matchers::Matcher> 1 B
- (std) core::ptr::drop_in_place<&core::ptr::non_null::NonNull<tokio::ut... 1 B
- (std) core::ptr::drop_in_place<tracing_subscriber::fmt::format::Defaul... 1 B Dependency tree@@ Dependency tree @@
Count: 214
├─ async-trait v0.1.74 (proc-macro)
- │ ├─ proc-macro2 v1.0.69
+ │ ├─ proc-macro2 v1.0.70
│ │ └─ unicode-ident v1.0.12
│ ├─ quote v1.0.33
- │ │ └─ proc-macro2 v1.0.69
+ │ │ └─ proc-macro2 v1.0.70
│ └─ syn v2.0.39
- │ ├─ proc-macro2 v1.0.69
+ │ ├─ proc-macro2 v1.0.70
│ ├─ quote v1.0.33
│ └─ unicode-ident v1.0.12
├─ axum v0.6.20
│ ├─ async-trait v0.1.74 (proc-macro)
│ ├─ axum-core v0.3.4
│ │ ├─ async-trait v0.1.74 (proc-macro)
│ │ ├─ bytes v1.5.0
│ │ ├─ futures-util v0.3.29
│ │ │ ├─ futures-channel v0.3.29
│ │ │ │ ├─ futures-core v0.3.29
│ │ │ │ └─ futures-sink v0.3.29
│ │ │ ├─ futures-core v0.3.29
│ │ │ ├─ futures-io v0.3.29
│ │ │ ├─ futures-macro v0.3.29 (proc-macro)
- │ │ │ │ ├─ proc-macro2 v1.0.69
+ │ │ │ │ ├─ proc-macro2 v1.0.70
│ │ │ │ ├─ quote v1.0.33
│ │ │ │ └─ syn v2.0.39
│ │ │ ├─ futures-sink v0.3.29
│ │ │ ├─ futures-task v0.3.29
│ │ │ ├─ memchr v2.6.4
│ │ │ ├─ pin-project-lite v0.2.13
│ │ │ ├─ pin-utils v0.1.0
│ │ │ └─ slab v0.4.9
│ │ │ └─ autocfg v1.1.0
- │ │ ├─ http v0.2.10
+ │ │ ├─ http v0.2.11
│ │ │ ├─ bytes v1.5.0
│ │ │ ├─ fnv v1.0.7
│ │ │ └─ itoa v1.0.9
│ │ ├─ http-body v0.4.5
│ │ │ ├─ bytes v1.5.0
- │ │ │ ├─ http v0.2.10
+ │ │ │ ├─ http v0.2.11
│ │ │ └─ pin-project-lite v0.2.13
│ │ ├─ mime v0.3.17
│ │ ├─ tower-layer v0.3.2
│ │ ├─ tower-service v0.3.2
│ │ └─ rustversion v1.0.14 (proc-macro)
│ ├─ bitflags v1.3.2
│ ├─ bytes v1.5.0
│ ├─ futures-util v0.3.29
- │ ├─ http v0.2.10
+ │ ├─ http v0.2.11
│ ├─ http-body v0.4.5
│ ├─ hyper v0.14.27
│ │ ├─ bytes v1.5.0
│ │ ├─ futures-channel v0.3.29
│ │ ├─ futures-core v0.3.29
│ │ ├─ futures-util v0.3.29
- │ │ ├─ http v0.2.10
+ │ │ ├─ http v0.2.11
│ │ ├─ http-body v0.4.5
│ │ ├─ httparse v1.8.0
│ │ ├─ httpdate v1.0.3
│ │ ├─ itoa v1.0.9
│ │ ├─ pin-project-lite v0.2.13
│ │ ├─ socket2 v0.4.10
│ │ │ └─ libc v0.2.150
│ │ ├─ tokio v1.34.0
│ │ │ ├─ bytes v1.5.0
│ │ │ ├─ libc v0.2.150
│ │ │ ├─ mio v0.8.9
│ │ │ │ └─ libc v0.2.150
│ │ │ ├─ num_cpus v1.16.0
│ │ │ │ └─ libc v0.2.150
│ │ │ ├─ parking_lot v0.12.1
│ │ │ │ ├─ lock_api v0.4.11
│ │ │ │ │ ├─ scopeguard v1.2.0
│ │ │ │ │ └─ autocfg v1.1.0
│ │ │ │ └─ parking_lot_core v0.9.9
│ │ │ │ ├─ cfg-if v1.0.0
│ │ │ │ ├─ libc v0.2.150
│ │ │ │ └─ smallvec v1.11.2
│ │ │ ├─ pin-project-lite v0.2.13
│ │ │ ├─ signal-hook-registry v1.4.1
│ │ │ │ └─ libc v0.2.150
│ │ │ ├─ socket2 v0.5.5
│ │ │ │ └─ libc v0.2.150
│ │ │ └─ tokio-macros v2.2.0 (proc-macro)
- │ │ │ ├─ proc-macro2 v1.0.69
+ │ │ │ ├─ proc-macro2 v1.0.70
│ │ │ ├─ quote v1.0.33
│ │ │ └─ syn v2.0.39
│ │ ├─ tower-service v0.3.2
│ │ ├─ tracing v0.1.40
│ │ │ ├─ log v0.4.20
│ │ │ ├─ pin-project-lite v0.2.13
│ │ │ ├─ tracing-attributes v0.1.27 (proc-macro)
- │ │ │ │ ├─ proc-macro2 v1.0.69
+ │ │ │ │ ├─ proc-macro2 v1.0.70
│ │ │ │ ├─ quote v1.0.33
│ │ │ │ └─ syn v2.0.39
│ │ │ └─ tracing-core v0.1.32
│ │ │ └─ once_cell v1.18.0
│ │ └─ want v0.3.1
│ │ └─ try-lock v0.2.4
│ ├─ itoa v1.0.9
│ ├─ matchit v0.7.3
│ ├─ memchr v2.6.4
│ ├─ mime v0.3.17
- │ ├─ percent-encoding v2.3.0
+ │ ├─ percent-encoding v2.3.1
│ ├─ pin-project-lite v0.2.13
- │ ├─ serde v1.0.192
- │ │ └─ serde_derive v1.0.192 (proc-macro)
- │ │ ├─ proc-macro2 v1.0.69
+ │ ├─ serde v1.0.193
+ │ │ └─ serde_derive v1.0.193 (proc-macro)
+ │ │ ├─ proc-macro2 v1.0.70
│ │ ├─ quote v1.0.33
│ │ └─ syn v2.0.39
│ ├─ serde_json v1.0.108
│ │ ├─ itoa v1.0.9
│ │ ├─ ryu v1.0.15
- │ │ └─ serde v1.0.192
+ │ │ └─ serde v1.0.193
│ ├─ serde_path_to_error v0.1.14
│ │ ├─ itoa v1.0.9
- │ │ └─ serde v1.0.192
+ │ │ └─ serde v1.0.193
│ ├─ serde_urlencoded v0.7.1
- │ │ ├─ form_urlencoded v1.2.0
- │ │ │ └─ percent-encoding v2.3.0
+ │ │ ├─ form_urlencoded v1.2.1
+ │ │ │ └─ percent-encoding v2.3.1
│ │ ├─ itoa v1.0.9
│ │ ├─ ryu v1.0.15
- │ │ └─ serde v1.0.192
+ │ │ └─ serde v1.0.193
│ ├─ sync_wrapper v0.1.2
│ ├─ tokio v1.34.0
│ ├─ tower v0.4.13
│ │ ├─ futures-core v0.3.29
│ │ ├─ futures-util v0.3.29
│ │ ├─ pin-project v1.1.3
│ │ │ └─ pin-project-internal v1.1.3 (proc-macro)
- │ │ │ ├─ proc-macro2 v1.0.69
+ │ │ │ ├─ proc-macro2 v1.0.70
│ │ │ ├─ quote v1.0.33
│ │ │ └─ syn v2.0.39
│ │ ├─ pin-project-lite v0.2.13
│ │ ├─ tokio v1.34.0
│ │ ├─ tower-layer v0.3.2
│ │ ├─ tower-service v0.3.2
│ │ └─ tracing v0.1.40
│ ├─ tower-layer v0.3.2
│ ├─ tower-service v0.3.2
│ └─ rustversion v1.0.14 (proc-macro)
├─ bit-set v0.5.3
│ └─ bit-vec v0.6.3
├─ bytes v1.5.0
├─ dashmap v5.5.3
│ ├─ cfg-if v1.0.0
- │ ├─ hashbrown v0.14.2
+ │ ├─ hashbrown v0.14.3
│ ├─ lock_api v0.4.11
│ ├─ once_cell v1.18.0
│ └─ parking_lot_core v0.9.9
├─ extended-primitives v0.3.8
│ ├─ encodings v0.1.0
│ └─ thiserror v1.0.50
│ └─ thiserror-impl v1.0.50 (proc-macro)
- │ ├─ proc-macro2 v1.0.69
+ │ ├─ proc-macro2 v1.0.70
│ ├─ quote v1.0.33
│ └─ syn v2.0.39
├─ futures v0.3.29
│ ├─ futures-channel v0.3.29
│ ├─ futures-core v0.3.29
│ ├─ futures-executor v0.3.29
│ │ ├─ futures-core v0.3.29
│ │ ├─ futures-task v0.3.29
│ │ └─ futures-util v0.3.29
│ ├─ futures-io v0.3.29
│ ├─ futures-sink v0.3.29
│ ├─ futures-task v0.3.29
│ └─ futures-util v0.3.29
├─ hyper v0.14.27
├─ parking_lot v0.12.1
├─ rlimit v0.9.1
│ └─ libc v0.2.150
- ├─ serde v1.0.192
+ ├─ serde v1.0.193
├─ serde_json v1.0.108
├─ thiserror v1.0.50
├─ tokio v1.34.0
├─ tokio-stream v0.1.14
│ ├─ futures-core v0.3.29
│ ├─ pin-project-lite v0.2.13
│ └─ tokio v1.34.0
├─ tokio-util v0.7.10
│ ├─ bytes v1.5.0
│ ├─ futures-core v0.3.29
│ ├─ futures-sink v0.3.29
│ ├─ pin-project-lite v0.2.13
│ ├─ slab v0.4.9
│ └─ tokio v1.34.0
├─ tower-http v0.4.4
│ ├─ bitflags v2.4.1
│ ├─ bytes v1.5.0
│ ├─ futures-core v0.3.29
│ ├─ futures-util v0.3.29
- │ ├─ http v0.2.10
+ │ ├─ http v0.2.11
│ ├─ http-body v0.4.5
│ ├─ http-range-header v0.3.1
│ ├─ pin-project-lite v0.2.13
│ ├─ tower-layer v0.3.2
│ └─ tower-service v0.3.2
├─ tracing v0.1.40
- └─ uuid v1.5.0
+ └─ uuid v1.6.1
├─ getrandom v0.2.11
│ ├─ cfg-if v1.0.0
│ └─ libc v0.2.150
├─ rand v0.8.5
│ ├─ libc v0.2.150
│ ├─ rand_chacha v0.3.1
│ │ ├─ ppv-lite86 v0.2.17
│ │ └─ rand_core v0.6.4
│ │ └─ getrandom v0.2.11
│ └─ rand_core v0.6.4
- ├─ serde v1.0.192
- └─ uuid-macro-internal v1.5.0 (proc-macro)
- ├─ proc-macro2 v1.0.69
+ ├─ serde v1.0.193
+ └─ uuid-macro-internal v1.6.1 (proc-macro)
+ ├─ proc-macro2 v1.0.70
├─ quote v1.0.33
└─ syn v2.0.39
Commit: f616382 (Compare with baseline commit) |
bors: r+ |
0b6f900
to
8aebff9
Compare
8aebff9
to
79ba9c7
Compare
79ba9c7
to
158c8d5
Compare
158c8d5
to
dc88e4b
Compare
dc88e4b
to
ca22d40
Compare
ca22d40
to
81dab7f
Compare
81dab7f
to
315777d
Compare
315777d
to
b519333
Compare
fe1d187
to
e967e68
Compare
e967e68
to
5e44bc7
Compare
5e44bc7
to
6bdf29f
Compare
6bdf29f
to
3796363
Compare
3796363
to
a6cbb05
Compare
a6cbb05
to
2ecc3a0
Compare
2ecc3a0
to
257d07a
Compare
257d07a
to
a7afbcb
Compare
a7afbcb
to
8b64573
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for the If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
f13b180
->db40ac4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.