Skip to content

Commit 33e0770

Browse files
Bump the default group with 6 updates (#81)
Bumps the default group with 6 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.98` | | [ruby-marshal](https://github.com/nathaniel-daniel/ruby-marshal-rs) | ``a19ad6f`` | ``e642d3f`` | | [ruby-marshal-derive](https://github.com/nathaniel-daniel/ruby-marshal-rs) | ``a19ad6f`` | ``e642d3f`` | | [nd-util](https://github.com/nathaniel-daniel/nd-util-rs) | ``9fdf68e`` | ``edb8568`` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.37.4` | `0.37.5` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.0` | `1.1.1` | Updates `anyhow` from 1.0.97 to 1.0.98 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.97...1.0.98) Updates `ruby-marshal` from `a19ad6f` to `e642d3f` - [Commits](nathaniel-daniel/ruby-marshal-rs@a19ad6f...e642d3f) Updates `ruby-marshal-derive` from `a19ad6f` to `e642d3f` - [Commits](nathaniel-daniel/ruby-marshal-rs@a19ad6f...e642d3f) Updates `nd-util` from `9fdf68e` to `edb8568` - [Commits](nathaniel-daniel/nd-util-rs@9fdf68e...edb8568) Updates `quick-xml` from 0.37.4 to 0.37.5 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.37.4...v0.37.5) Updates `flate2` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.0...1.1.1) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.98 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: ruby-marshal dependency-version: e642d3fc078b6e6927300cd330efd945d4bf607c dependency-type: direct:production dependency-group: default - dependency-name: ruby-marshal-derive dependency-version: e642d3fc078b6e6927300cd330efd945d4bf607c dependency-type: direct:production dependency-group: default - dependency-name: nd-util dependency-version: edb8568bbde5ceb27c6dd41c63a5d756a9664163 dependency-type: direct:production dependency-group: default - dependency-name: quick-xml dependency-version: 0.37.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: flate2 dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3aab10 commit 33e0770

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Cargo.lock

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

rpgm-common-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66

77
[dependencies]
8-
flate2 = { version = "1.1.0" }
8+
flate2 = { version = "1.1.1" }
99
ruby-marshal = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs" }
1010
ruby-marshal-derive = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs" }
1111
serde = { version = "1.0.219", features = [ "derive" ] }

rpgmxp-project/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66

77
[dependencies]
8-
anyhow = "1.0.97"
8+
anyhow = "1.0.98"
99
argh = "0.1.13"
1010
rpgmxp-types = { path = "../rpgmxp-types" }
1111
ruby-marshal = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs" }

rpgmxp-tool/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66

77
[dependencies]
8-
anyhow = "1.0.97"
8+
anyhow = "1.0.98"
99
argh = "0.1.13"
1010
camino = "1.1.9"
1111
nd-util = { git = "https://github.com/nathaniel-daniel/nd-util-rs", version = "0.0.0" }
@@ -18,5 +18,5 @@ ruby-marshal = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs", ve
1818
serde = { version = "1.0.219", features = ["derive"] }
1919
serde_json = "1.0.140"
2020
walkdir = "2.5.0"
21-
quick-xml = { version = "0.37.4", features = [ "serialize" ] }
21+
quick-xml = { version = "0.37.5", features = [ "serialize" ] }
2222

0 commit comments

Comments
 (0)