Skip to content

Commit

Permalink
chore(deps): Bump fakedata_generator from 0.2.4 to 0.4.0 (#18910)
Browse files Browse the repository at this point in the history
* chore(deps): Bump fakedata_generator from 0.2.4 to 0.4.0

Bumps [fakedata_generator](https://github.com/kevingimbel/fakedata_generator) from 0.2.4 to 0.4.0.
- [Commits](https://github.com/kevingimbel/fakedata_generator/commits)

---
updated-dependencies:
- dependency-name: fakedata_generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update licenses

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: neuronull <neuronull@pm.me>
  • Loading branch information
dependabot[bot] and neuronull authored Oct 23, 2023
1 parent e754dee commit 7debc60
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
13 changes: 10 additions & 3 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ overload,https://github.com/danaugrs/overload,MIT,Daniel Salvadori <danaugrs@gma
pad,https://github.com/ogham/rust-pad,MIT,Ben S <ogham@bsago.me>
parking,https://github.com/stjepang/parking,Apache-2.0 OR MIT,"Stjepan Glavina <stjepang@gmail.com>, The Rust Project Developers"
parking_lot,https://github.com/Amanieu/parking_lot,MIT OR Apache-2.0,Amanieu d'Antras <amanieu@gmail.com>
passt,https://github.com/kevingimbel/passt,MIT OR Apache-2.0,Kevin Gimbel <hallo@kevingimbel.com>
paste,https://github.com/dtolnay/paste,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
pbkdf2,https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2,MIT OR Apache-2.0,RustCrypto Developers
peeking_take_while,https://github.com/fitzgen/peeking_take_while,MIT OR Apache-2.0,Nick Fitzgerald <fitzgen@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion lib/fakedata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ license = "MPL-2.0"

[dependencies]
chrono = "0.4.31"
fakedata_generator = "0.2.4"
fakedata_generator = "0.4.0"
rand = "0.8.5"

0 comments on commit 7debc60

Please sign in to comment.