Defelo / sandkasten

Run untrusted code in an isolated environment
https://sandkasten.bootstrap.academy
MIT License
34 stars 4 forks source link

fix(deps): update rust minor/patch #444

Open defelo-renovate[bot] opened 2 days ago

defelo-renovate[bot] commented 2 days ago

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.92 -> 1.0.93
tokio (source) dev-dependencies patch 1.41.0 -> 1.41.1
tokio (source) dependencies patch 1.41.0 -> 1.41.1
url dependencies patch 2.5.2 -> 2.5.3

Release Notes

dtolnay/anyhow (anyhow) ### [`v1.0.93`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.93) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.92...1.0.93) - Update dev-dependencies to `thiserror` v2
tokio-rs/tokio (tokio) ### [`v1.41.1`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.41.1): Tokio v1.41.1 [Compare Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.41.0...tokio-1.41.1) ##### 1.41.1 (Nov 7th, 2024) ##### Fixed - metrics: fix bug with wrong number of buckets for the histogram ([#​6957]) - net: display `net` requirement for `net::UdpSocket` in docs ([#​6938]) - net: fix typo in `TcpStream` internal comment ([#​6944]) [#​6957]: https://redirect.github.com/tokio-rs/tokio/pull/6957 [#​6938]: https://redirect.github.com/tokio-rs/tokio/pull/6938 [#​6944]: https://redirect.github.com/tokio-rs/tokio/pull/6944
servo/rust-url (url) ### [`v2.5.3`](https://redirect.github.com/servo/rust-url/releases/tag/v2.5.3) [Compare Source](https://redirect.github.com/servo/rust-url/compare/v2.5.2...v2.5.3) ##### What's Changed - fix: enable wasip2 feature for wasm32-wasip2 target by [@​brooksmtownsend](https://redirect.github.com/brooksmtownsend) in [https://github.com/servo/rust-url/pull/960](https://redirect.github.com/servo/rust-url/pull/960) - Fix idna tests with no_std by [@​cjwatson](https://redirect.github.com/cjwatson) in [https://github.com/servo/rust-url/pull/963](https://redirect.github.com/servo/rust-url/pull/963) - Fix debugger_visualizer test failures. by [@​valenting](https://redirect.github.com/valenting) in [https://github.com/servo/rust-url/pull/967](https://redirect.github.com/servo/rust-url/pull/967) - Add AsciiSet::EMPTY and boolean operators by [@​joshka](https://redirect.github.com/joshka) in [https://github.com/servo/rust-url/pull/969](https://redirect.github.com/servo/rust-url/pull/969) - mention why we pin unicode-width by [@​Manishearth](https://redirect.github.com/Manishearth) in [https://github.com/servo/rust-url/pull/972](https://redirect.github.com/servo/rust-url/pull/972) - refactor and add tests for percent encoding by [@​joshka](https://redirect.github.com/joshka) in [https://github.com/servo/rust-url/pull/977](https://redirect.github.com/servo/rust-url/pull/977) - Add a test for and fix issue [#​974](https://redirect.github.com/servo/rust-url/issues/974) by [@​hansl](https://redirect.github.com/hansl) in [https://github.com/servo/rust-url/pull/975](https://redirect.github.com/servo/rust-url/pull/975) - `no_std` support for the `url` crate by [@​domenukk](https://redirect.github.com/domenukk) in [https://github.com/servo/rust-url/pull/831](https://redirect.github.com/servo/rust-url/pull/831) - Normalize URL paths: convert /.//p, /..//p, and //p to p by [@​theskim](https://redirect.github.com/theskim) in [https://github.com/servo/rust-url/pull/943](https://redirect.github.com/servo/rust-url/pull/943) - support Hermit by [@​m-mueller678](https://redirect.github.com/m-mueller678) in [https://github.com/servo/rust-url/pull/985](https://redirect.github.com/servo/rust-url/pull/985) - fix: support `wasm32-wasip2` on the stable channel by [@​brooksmtownsend](https://redirect.github.com/brooksmtownsend) in [https://github.com/servo/rust-url/pull/983](https://redirect.github.com/servo/rust-url/pull/983) - Improve serde error output by [@​konstin](https://redirect.github.com/konstin) in [https://github.com/servo/rust-url/pull/982](https://redirect.github.com/servo/rust-url/pull/982) - OSS-Fuzz: Add more fuzzer by [@​arthurscchan](https://redirect.github.com/arthurscchan) in [https://github.com/servo/rust-url/pull/988](https://redirect.github.com/servo/rust-url/pull/988) - Merge idna-v1x to main by [@​hsivonen](https://redirect.github.com/hsivonen) in [https://github.com/servo/rust-url/pull/990](https://redirect.github.com/servo/rust-url/pull/990) ##### New Contributors - [@​brooksmtownsend](https://redirect.github.com/brooksmtownsend) made their first contribution in [https://github.com/servo/rust-url/pull/960](https://redirect.github.com/servo/rust-url/pull/960) - [@​cjwatson](https://redirect.github.com/cjwatson) made their first contribution in [https://github.com/servo/rust-url/pull/963](https://redirect.github.com/servo/rust-url/pull/963) - [@​joshka](https://redirect.github.com/joshka) made their first contribution in [https://github.com/servo/rust-url/pull/969](https://redirect.github.com/servo/rust-url/pull/969) - [@​hansl](https://redirect.github.com/hansl) made their first contribution in [https://github.com/servo/rust-url/pull/975](https://redirect.github.com/servo/rust-url/pull/975) - [@​theskim](https://redirect.github.com/theskim) made their first contribution in [https://github.com/servo/rust-url/pull/943](https://redirect.github.com/servo/rust-url/pull/943) - [@​m-mueller678](https://redirect.github.com/m-mueller678) made their first contribution in [https://github.com/servo/rust-url/pull/985](https://redirect.github.com/servo/rust-url/pull/985) - [@​konstin](https://redirect.github.com/konstin) made their first contribution in [https://github.com/servo/rust-url/pull/982](https://redirect.github.com/servo/rust-url/pull/982) - [@​arthurscchan](https://redirect.github.com/arthurscchan) made their first contribution in [https://github.com/servo/rust-url/pull/988](https://redirect.github.com/servo/rust-url/pull/988) **Full Changelog**: https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot (Logs).