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

chore(deps): bump the production-dependencies group with 7 updates #11

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps the production-dependencies group with 7 updates:

Package From To
tokio 1.33.0 1.36.0
axum 0.6.20 0.7.4
rust-embed 8.0.0 8.2.0
smallvec 1.11.1 1.13.1
jsonrpsee 0.20.0 0.21.0
ruint 1.10.1 1.11.1
proptest 1.2.0 1.4.0

Updates tokio from 1.33.0 to 1.36.0

Release notes

Sourced from tokio's releases.

Tokio v1.36.0

1.36.0 (February 2nd, 2024)

Added

  • io: add tokio::io::Join (#6220)
  • io: implement AsyncWrite for Empty (#6235)
  • net: add support for anonymous unix pipes (#6127)
  • net: add UnixSocket (#6290)
  • net: expose keepalive option on TcpSocket (#6311)
  • sync: add {Receiver,UnboundedReceiver}::poll_recv_many (#6236)
  • sync: add Sender::{try_,}reserve_many (#6205)
  • sync: add watch::Receiver::mark_unchanged (#6252)
  • task: add JoinSet::try_join_next (#6280)

Changed

  • io: make copy cooperative (#6265)
  • io: make repeat and sink cooperative (#6254)
  • io: simplify check for empty slice (#6293)
  • process: use pidfd on Linux when available (#6152)
  • sync: use AtomicBool in broadcast channel future (#6298)

Documented

  • io: clarify clear_ready docs (#6304)
  • net: document that *Fd traits on TcpSocket are unix-only (#6294)
  • sync: document FIFO behavior of tokio::sync::Mutex (#6279)
  • chore: typographic improvements (#6262)
  • runtime: remove obsolete comment (#6303)
  • task: fix typo (#6261)

#6220: tokio-rs/tokio#6220 #6235: tokio-rs/tokio#6235 #6127: tokio-rs/tokio#6127 #6290: tokio-rs/tokio#6290 #6311: tokio-rs/tokio#6311 #6236: tokio-rs/tokio#6236 #6205: tokio-rs/tokio#6205 #6252: tokio-rs/tokio#6252 #6280: tokio-rs/tokio#6280 #6265: tokio-rs/tokio#6265 #6254: tokio-rs/tokio#6254 #6293: tokio-rs/tokio#6293 #6238: tokio-rs/tokio#6238 #6152: tokio-rs/tokio#6152 #6298: tokio-rs/tokio#6298 #6262: tokio-rs/tokio#6262 #6303: tokio-rs/tokio#6303 #6261: tokio-rs/tokio#6261

... (truncated)

Commits

Updates axum from 0.6.20 to 0.7.4

Release notes

Sourced from axum's releases.

axum-extra - v0.7.4

  • added: Add Html response type (#1921)
  • added: Add Css response type (#1921)
  • added: Add JavaScript response type (#1921)
  • added: Add Wasm response type (#1921)

#1921: tokio-rs/axum#1921

axum - v0.7.4

  • fixed: Fix performance regression present since axum 0.7.0 (#2483)
  • fixed: Improve debug_handler on tuple response types (#2201)
  • added: Add must_use attribute to Serve and WithGracefulShutdown (#2484)
  • added: Re-export axum_core::body::BodyDataStream from axum

#2201: tokio-rs/axum#2201 #2483: tokio-rs/axum#2483 #2201: tokio-rs/axum#2201 #2484: tokio-rs/axum#2484

axum-extra - v0.7.3

  • added: Implement Deref and DerefMut for built-in extractors (#1922)
  • added: Add OptionalPath extractor (#1889)

#1889: tokio-rs/axum#1889 #1922: tokio-rs/axum#1922

axum - v0.7.3

  • added: Body implements From<()> now (#2411)
  • change: Update version of multer used internally for multipart (#2433)
  • change: Update tokio-tungstenite to 0.21 (#2435)
  • added: Enable tracing feature by default (#2460)
  • added: Support graceful shutdown on serve (#2398)
  • added: RouterIntoService implements Clone (#2456)

#2411: tokio-rs/axum#2411 #2433: tokio-rs/axum#2433 #2435: tokio-rs/axum#2435 #2460: tokio-rs/axum#2460 #2398: tokio-rs/axum#2398 #2456: tokio-rs/axum#2456

axum-extra - v0.7.2

  • added: Implement IntoResponse for MultipartError (#1861)

#1861: tokio-rs/axum#1861

axum - v0.7.2

  • added: Add axum::body::to_bytes (#2373)
  • fixed: Gracefully handle accept errors in serve (#2400)

... (truncated)

Commits

Updates rust-embed from 8.0.0 to 8.2.0

Changelog

Sourced from rust-embed's changelog.

[8.2.0] - 2023-12-29

[8.1.0] - 2023-12-08

Commits

Updates smallvec from 1.11.1 to 1.13.1

Release notes

Sourced from smallvec's releases.

v1.13.1

  • Remove the optional get-size feature, to avoid a cyclic dependency (#335).

Full Changelog: servo/rust-smallvec@v1.13.0...v1.13.1

v1.13.0

What's Changed

Full Changelog: servo/rust-smallvec@v1.12.0...v1.13.0

v1.12.0

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v1.11.2...v1.12.0

v1.11.2

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v1.11.1...v1.11.2

Commits
  • f8136b8 Version 1.13.1
  • 25f5d91 Revert "Impl get_size::GetSize (behind feature flag)"
  • ff05444 Version 1.13.0
  • 38863e8 Impl get_size::GetSize (behind feature flag)
  • 93b0e20 Version 1.12.0
  • c638a0b Add from_const_with_len_unchecked
  • e29cccc Version 1.11.2
  • 79aa952 fix: don't special-case doc for feature = "const_generics"
  • 6fcb81f ci: Add CI for no_std.
  • 2128411 Remove most usages of "extern crate".
  • Additional commits viewable in compare view

Updates jsonrpsee from 0.20.0 to 0.21.0

Release notes

Sourced from jsonrpsee's releases.

v0.21.0

[v0.21.0] - 2023-12-13

This release contains big changes and let's go over the main ones:

JSON-RPC specific middleware

After getting plenty of feedback regarding a JSON-RPC specific middleware, this release introduces a composable "tower-like" middleware that applies per JSON-RPC method call. The new middleware also replaces the old RpcLogger which may break some use-cases, such as if JSON-RPC was made on a WebSocket or HTTP transport, but it's possible to implement that by using jsonrpsee as a tower service or the low-level server API.

An example how write such middleware:

#[derive(Clone)]
pub struct ModifyRequestIf<S>(S);
impl<'a, S> RpcServiceT<'a> for ModifyRequestIf<S>
where
S: Send + Sync + RpcServiceT<'a>,
{
type Future = S::Future;
fn call(&amp;self, mut req: Request&lt;'a&gt;) -&gt; Self::Future {
	// Example how to modify the params in the call.
	if req.method == &quot;say_hello&quot; {
		// It's a bit awkward to create new params in the request
		// but this shows how to do it.
		let raw_value = serde_json::value::to_raw_value(&quot;myparams&quot;).unwrap();
		req.params = Some(StdCow::Owned(raw_value));
	}
	// Re-direct all calls that isn't `say_hello` to `say_goodbye`
	else if req.method != &quot;say_hello&quot; {
		req.method = &quot;say_goodbye&quot;.into();
	}
self.0.call(req)

}

}
async fn run_server() {
// Construct our middleware and build the server.
let rpc_middleware = RpcServiceBuilder::new().layer_fn(|service| ModifyRequestIf(service));
let server = Server::builder().set_rpc_middleware(rpc_middleware).build("127.0.0.1:0").await.unwrap();
// Start the server.
let mut module = RpcModule::new(());
module.register_method(&quot;say_hello&quot;, |_, _| &quot;lo&quot;).unwrap();

</tr></table>

... (truncated)

Changelog

Sourced from jsonrpsee's changelog.

[v0.21.0] - 2023-12-13

This release contains big changes and let's go over the main ones:

JSON-RPC specific middleware

After getting plenty of feedback regarding a JSON-RPC specific middleware, this release introduces a composable "tower-like" middleware that applies per JSON-RPC method call. The new middleware also replaces the old RpcLogger which may break some use-cases, such as if JSON-RPC was made on a WebSocket or HTTP transport, but it's possible to implement that by using jsonrpsee as a tower service or the low-level server API.

An example how write such middleware:

#[derive(Clone)]
pub struct ModifyRequestIf<S>(S);
impl<'a, S> RpcServiceT<'a> for ModifyRequestIf<S>
where
S: Send + Sync + RpcServiceT<'a>,
{
type Future = S::Future;
fn call(&amp;self, mut req: Request&lt;'a&gt;) -&gt; Self::Future {
	// Example how to modify the params in the call.
	if req.method == &quot;say_hello&quot; {
		// It's a bit awkward to create new params in the request
		// but this shows how to do it.
		let raw_value = serde_json::value::to_raw_value(&quot;myparams&quot;).unwrap();
		req.params = Some(StdCow::Owned(raw_value));
	}
	// Re-direct all calls that isn't `say_hello` to `say_goodbye`
	else if req.method != &quot;say_hello&quot; {
		req.method = &quot;say_goodbye&quot;.into();
	}
self.0.call(req)

}

}
async fn run_server() {
// Construct our middleware and build the server.
let rpc_middleware = RpcServiceBuilder::new().layer_fn(|service| ModifyRequestIf(service));
let server = Server::builder().set_rpc_middleware(rpc_middleware).build("127.0.0.1:0").await.unwrap();
// Start the server.
let mut module = RpcModule::new(());
module.register_method(&quot;say_hello&quot;, |_, _| &quot;lo&quot;).unwrap();
module.register_method(&quot;say_goodbye&quot;, |_, _| &quot;goodbye&quot;).unwrap();

</tr></table>

... (truncated)

Commits
  • 66af1e7 fix nits in the CHANGELOG (#1265)
  • 8466e12 refactor: set tcp_nodelay == true by default and explicit APIs (#1263)
  • 073aa28 chore: release v0.21 (#1261)
  • eca4223 refactor(client): unify ws ping/pong API with the server (#1258)
  • c253b6c chore(deps): update tokio-rustls requirement from 0.24 to 0.25 (#1256)
  • ecb9c12 chore(deps): update gloo-net requirement from 0.4.0 to 0.5.0 (#1260)
  • 0ca84f9 refactor: split client and server errors (#1122)
  • 0a39c1a fix(host filtering): allow hosts with multiple ports (#1227)
  • 92cc790 fix: a few nits (#1254)
  • bb5780c refactor(ws client): impl tokio:{AsyncRead, AsyncWrite} for EitherStream (#1249)
  • Additional commits viewable in compare view

Updates ruint from 1.10.1 to 1.11.1

Release notes

Sourced from ruint's releases.

v1.11.1

What's Changed

New Contributors

Full Changelog: recmo/uint@v1.11.0...v1.11.1

v1.11.0

What's Changed

New Contributors

Full Changelog: recmo/uint@v1.10.1...v1.11.0

Changelog

Sourced from ruint's changelog.

[1.11.1] - 2023-11-18

Fixed

  • Typo in Shr implementation (#343)

#343: recmo/uint#343

Added

#344: recmo/uint#344

[1.11.0] - 2023-10-31

Added

  • bytemuck feature (#292)
  • Uint::is_zero() -> bool (#296)
  • num-traits features (#298)
  • U768 alias (#310)
  • Improved add and sub performance (#316)
  • Made add and sub functions const (#324)
  • Made {from,to}_{b,l}e_bytes const (#329)

Fixed

  • Restricted RLP decoding to match the RLP spec and disallow leading zeros (#335)
  • leading_ones failed for non-aligned sizes.

#292: recmo/uint#292 #296: recmo/uint#296 #298: recmo/uint#298 #310: recmo/uint#310 #316: recmo/uint#316 #324: recmo/uint#324 #329: recmo/uint#329 #335: recmo/uint#335

Commits

Updates proptest from 1.2.0 to 1.4.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.33.0` | `1.36.0` |
| [axum](https://github.com/tokio-rs/axum) | `0.6.20` | `0.7.4` |
| [rust-embed](https://github.com/pyros2097/rust-embed) | `8.0.0` | `8.2.0` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.11.1` | `1.13.1` |
| [jsonrpsee](https://github.com/paritytech/jsonrpsee) | `0.20.0` | `0.21.0` |
| [ruint](https://github.com/recmo/uint) | `1.10.1` | `1.11.1` |
| [proptest](https://github.com/proptest-rs/proptest) | `1.2.0` | `1.4.0` |


Updates `tokio` from 1.33.0 to 1.36.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.36.0)

Updates `axum` from 0.6.20 to 0.7.4
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.6.20...axum-v0.7.4)

Updates `rust-embed` from 8.0.0 to 8.2.0
- [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md)
- [Commits](https://github.com/pyros2097/rust-embed/commits)

Updates `smallvec` from 1.11.1 to 1.13.1
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.11.1...v1.13.1)

Updates `jsonrpsee` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/paritytech/jsonrpsee/releases)
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md)
- [Commits](paritytech/jsonrpsee@v0.20.0...v0.21.0)

Updates `ruint` from 1.10.1 to 1.11.1
- [Release notes](https://github.com/recmo/uint/releases)
- [Changelog](https://github.com/recmo/uint/blob/main/CHANGELOG.md)
- [Commits](recmo/uint@v1.10.1...v1.11.1)

Updates `proptest` from 1.2.0 to 1.4.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.2.0...v1.4.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rust-embed
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: smallvec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jsonrpsee
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ruint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: proptest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 5, 2024
Copy link
Author

dependabot bot commented on behalf of github Feb 12, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/cargo/production-dependencies-544659d2f7 branch February 12, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants