Skip to content

Commit

Permalink
Bump the all group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates: [actix-web](https://github.com/actix/actix-web), [serde](https://github.com/serde-rs/serde), [bytesize](https://github.com/hyunsik/bytesize) and [serde_json](https://github.com/serde-rs/json).


Updates `actix-web` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@web-v4.3.1...web-v4.4.0)

Updates `serde` from 1.0.183 to 1.0.188
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.183...v1.0.188)

Updates `bytesize` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/hyunsik/bytesize/releases)
- [Commits](bytesize-rs/bytesize@v1.2.0...v1.3.0)

Updates `serde_json` from 1.0.105 to 1.0.106
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.105...v1.0.106)

---
updated-dependencies:
- dependency-name: actix-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: bytesize
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 8f32574 commit 38074e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 30 deletions.
44 changes: 16 additions & 28 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ log = "0.4"
env_logger = { version = "0.10", default-features = false, features = ["auto-color"], optional = true }
hdt = { version = "0.1.4", optional = true }
deepsize = { version = "0.2.0", default-features = false, features = ["std"] }
bytesize = "1.1.0"
bytesize = "1.3.0"
zstd = { version = "0.12.0", features = ["zstdmt"] }
ureq = "2.6.2"
const-fnv1a-hash = "1.1.0"
lazy_static = "1.4.0"
serde_json = "1.0.96"
serde_json = "1.0.106"

[features]
default = ["rdfxml", "log", "hdt"]
Expand Down

0 comments on commit 38074e9

Please sign in to comment.