Skip to content

Commit 5f18529

Browse files
build(deps): bump the per-dependency group across 1 directory with 9 updates
Bumps the per-dependency group with 9 updates in the /bindings/wasm directory: | Package | From | To | | --- | --- | --- | | [uuid](https://github.com/uuid-rs/uuid) | `1.20.0` | `1.21.0` | | [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.58` | `0.3.64` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` | | [spin](https://github.com/mvdnes/spin-rs) | `0.9.8` | `0.10.0` | | [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` | | [jsonschema](https://github.com/Stranger6667/jsonschema) | `0.30.0` | `0.44.1` | | [chrono](https://github.com/chronotope/chrono) | `0.4.43` | `0.4.44` | | [ipnet](https://github.com/krisprice/ipnet) | `2.11.0` | `2.12.0` | | [rand](https://github.com/rust-random/rand) | `0.9.2` | `0.10.0` | Updates `uuid` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.20.0...v1.21.0) Updates `wasm-bindgen-test` from 0.3.58 to 0.3.64 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) Updates `anyhow` from 1.0.100 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) Updates `spin` from 0.9.8 to 0.10.0 - [Changelog](https://github.com/zesterer/spin-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mvdnes/spin-rs/commits) Updates `regex` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.2...1.12.3) Updates `jsonschema` from 0.30.0 to 0.44.1 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@rust-v0.30.0...ruby-v0.44.1) Updates `chrono` from 0.4.43 to 0.4.44 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.43...v0.4.44) Updates `ipnet` from 2.11.0 to 2.12.0 - [Release notes](https://github.com/krisprice/ipnet/releases) - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md) - [Commits](krisprice/ipnet@2.11.0...2.12.0) Updates `rand` from 0.9.2 to 0.10.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: per-dependency - dependency-name: wasm-bindgen-test dependency-version: 0.3.64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: spin dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: per-dependency - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: jsonschema dependency-version: 0.44.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: per-dependency - dependency-name: chrono dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: ipnet dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: per-dependency - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: per-dependency ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 006e819 commit 5f18529

File tree

5 files changed

+319
-70
lines changed

5 files changed

+319
-70
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ opa-testutil = []
9696
rand = ["dep:rand"]
9797

9898
[dependencies]
99-
anyhow = { version = "1.0.45", default-features = false }
99+
anyhow = { version = "1.0.102", default-features = false }
100100
serde = {version = "1.0.150", default-features = false, features = ["derive", "rc", "alloc"] }
101101
serde_json = { version = "1.0.89", default-features = false, features = ["alloc"] }
102102
lazy_static = { version = "1.4.0", default-features = false }
@@ -105,21 +105,21 @@ thiserror = { version = "2.0", default-features = false }
105105
data-encoding = { version = "2.8.0", optional = true, default-features=false, features = ["alloc"] }
106106
num-bigint = { version = "0.4", default-features = false }
107107
num-traits = { version = "0.2", default-features = false }
108-
spin = { version = "0.9.8", default-features = false, features = ["mutex", "spin_mutex"] }
108+
spin = { version = "0.10.0", default-features = false, features = ["mutex", "spin_mutex"] }
109109

110110
globset = { version = "0.4.16", features = ["simd-accel"], default-features = false, optional = true }
111-
regex = {version = "1.11.1", optional = true, default-features = false }
111+
regex = {version = "1.12.3", optional = true, default-features = false }
112112
semver = {version = "1.0.25", optional = true, default-features = false }
113113
url = { version = "2.5.4", optional = true }
114-
uuid = { version = "1.15.1", default-features = false, features = ["v4", "fast-rng"], optional = true }
115-
jsonschema = { version = "0.30.0", default-features = false, optional = true }
116-
chrono = { version = "0.4.40", optional = true }
114+
uuid = { version = "1.21.0", default-features = false, features = ["v4", "fast-rng"], optional = true }
115+
jsonschema = { version = "0.44.1", default-features = false, optional = true }
116+
chrono = { version = "0.4.44", optional = true }
117117
chrono-tz = { version = "0.10.1", optional = true }
118-
ipnet = { version = "2.11.0", optional = true, default-features = false }
118+
ipnet = { version = "2.12.0", optional = true, default-features = false }
119119

120120
serde_yaml = {version = "0.9.16", default-features = false, optional = true }
121121
# Specify thread_rng for in order to use random_range
122-
rand = { version = "0.9.0", default-features = false, features = ["thread_rng"], optional = true }
122+
rand = { version = "0.10.0", default-features = false, features = ["thread_rng"], optional = true }
123123

124124
# Causes the project to link with the Spectre-mitigated CRT and libs.
125125
msvc_spectre_libs = { version = "0.1", features = ["error"], optional = true }
@@ -131,7 +131,7 @@ indexmap = { version = "2.12.1", default-features = false, features = ["serde"],
131131
postcard = { version = "1.1.3", default-features = false, features = ["alloc"], optional = true }
132132

133133
[dev-dependencies]
134-
anyhow = "1.0.45"
134+
anyhow = "1.0.102"
135135
cfg-if = "1.0.0"
136136
clap = { version = "4.5.53", features = ["derive"] }
137137
prettydiff = { version = "0.9.0", default-features = false }

0 commit comments

Comments
 (0)