Skip to content

Commit fe93d81

Browse files
Bump the all-dependencies group with 7 updates
Bumps the all-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` | | [fake](https://github.com/cksac/fake-rs) | `3.0.1` | `3.1.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.40` | | [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.47` | `0.4.49` | | [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.74` | `0.3.76` | Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.93...1.0.95) Updates `chrono` from 0.4.38 to 0.4.39 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.38...v0.4.39) Updates `fake` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/cksac/fake-rs/releases) - [Changelog](https://github.com/cksac/fake-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/cksac/fake-rs/commits/v3.1.0) Updates `clap` from 4.5.21 to 4.5.23 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.21...clap_complete-v4.5.23) Updates `clap_complete` from 4.5.38 to 4.5.40 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.38...clap_complete-v4.5.40) Updates `wasm-bindgen-futures` from 0.4.47 to 0.4.49 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `web-sys` from 0.3.74 to 0.3.76 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: fake dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: wasm-bindgen-futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: web-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd207eb commit fe93d81

File tree

2 files changed

+31
-32
lines changed

2 files changed

+31
-32
lines changed

Cargo.lock

Lines changed: 30 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ anyhow = "1"
2323
async-std = { version = "1", features = ["attributes"] }
2424
async-trait = "0.1"
2525
chrono = { version = "0.4", features = ["clock", "wasmbind"], default-features = false }
26-
fake = { version = "3.0", features = ["chrono"] }
26+
fake = { version = "3.1", features = ["chrono"] }
2727
colorgrad = "0.7"
2828
getrandom = { version = "0.2", features = ["js"] }
2929
humansize = "2"

0 commit comments

Comments
 (0)