Skip to content

Commit

Permalink
chore(deps): Bump the dependencies group across 1 directory with 5 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.3.2` | `1.4.1` |
| [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) | `0.4.7` | `0.4.8` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.214` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `2.0.3` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |



Updates `arbitrary` from 1.3.2 to 1.4.1
- [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md)
- [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1)

Updates `libfuzzer-sys` from 0.4.7 to 0.4.8
- [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md)
- [Commits](rust-fuzz/libfuzzer@0.4.7...0.4.8)

Updates `serde` from 1.0.210 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.214)

Updates `thiserror` from 1.0.64 to 2.0.3
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.64...2.0.3)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

---
updated-dependencies:
- dependency-name: arbitrary
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: libfuzzer-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 086523d commit fbcc267
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 49 deletions.
107 changes: 63 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion imap-codec/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ debug = []
split = []

[dependencies]
arbitrary = "1.3.2"
arbitrary = "1.4.1"
imap-codec = { path = "..", features = ["fuzz"] }
imap-types = { path = "../../imap-types", features = ["arbitrary"] }
libfuzzer-sys = "0.4"
Expand Down
8 changes: 4 additions & 4 deletions imap-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ ext_mailbox_referrals = []
ext_metadata = []

[dependencies]
arbitrary = { version = "1.3.2", optional = true, default-features = false, features = ["derive"] }
arbitrary = { version = "1.4.1", optional = true, default-features = false, features = ["derive"] }
base64 = { version = "0.22", default-features = false, features = ["alloc"] }
bounded-static-derive = { version = "0.8.0", default-features = false }
bounded-static = { version = "0.8.0", default-features = false, features = ["alloc"] }
chrono = { version = "0.4", default-features = false }
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true }
serde = { version = "1.0.210", features = ["derive"], optional = true }
thiserror = "1.0.64"
serde = { version = "1.0.214", features = ["derive"], optional = true }
thiserror = "2.0.3"

[dev-dependencies]
criterion = { version = "0.5.1", default-features = false }
rand = { version = "0.8", default-features = false, features = ["small_rng"] }
serde_json = { version = "1.0.128", default-features = false }
serde_json = { version = "1.0.132", default-features = false }

[[example]]
name = "serde_json"
Expand Down

0 comments on commit fbcc267

Please sign in to comment.