Skip to content

Commit

Permalink
Bump megalodon from 0.15.2 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [megalodon](https://github.com/h3poteto/megalodon-rs) from 0.15.2 to 1.0.0.
- [Release notes](https://github.com/h3poteto/megalodon-rs/releases)
- [Commits](h3poteto/megalodon-rs@v0.15.2...v1.0.0)

---
updated-dependencies:
- dependency-name: megalodon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 28562f7 commit 33e085e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 fediproto-sync-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ diesel = { version = "2.2.6", features = [
] }
diesel_migrations = { version = "2.2.0", features = ["postgres", "sqlite"] }
fediproto-sync-lib = { path = "../fediproto-sync-lib" }
megalodon = "0.15.0"
megalodon = "1.0.0"
thiserror = "2.0.10"
tokio = { version = "1.42.0", features = ["io-std", "io-util"] }
tracing = "0.1.41"
Expand Down
2 changes: 1 addition & 1 deletion fediproto-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fediproto-sync-db = { path = "../fediproto-sync-db" }
fediproto-sync-lib = { path = "../fediproto-sync-lib" }
image = "0.25.5"
ipld-core = "0.4.1"
megalodon = "0.15.0"
megalodon = "1.0.0"
once_cell = "1.20.2"
rand = "0.8.5"
regex = { version = "1.11.1", features = ["std"] }
Expand Down

0 comments on commit 33e085e

Please sign in to comment.