dependabot[bot] dependabot[bot] neon_arch commited on
Commit
ebd69ff
1 Parent(s): af3385d

:arrow_up: build(deps): bump serde_json from 1.0.108 to 1.0.109 (#478)

Browse files

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.109.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.109)

---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>

Files changed (2) hide show
  1. Cargo.lock +3 -2
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -82,6 +82,7 @@ dependencies = [
82
  "ahash 0.8.7",
83
  "base64 0.21.5",
84
  "bitflags 2.4.1",
 
85
  "bytes 1.5.0",
86
  "bytestring",
87
  "derive_more",
@@ -3183,9 +3184,9 @@ dependencies = [
3183
 
3184
  [[package]]
3185
  name = "serde_json"
3186
- version = "1.0.108"
3187
  source = "registry+https://github.com/rust-lang/crates.io-index"
3188
- checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
3189
  dependencies = [
3190
  "itoa 1.0.10",
3191
  "ryu",
 
82
  "ahash 0.8.7",
83
  "base64 0.21.5",
84
  "bitflags 2.4.1",
85
+ "brotli",
86
  "bytes 1.5.0",
87
  "bytestring",
88
  "derive_more",
 
3184
 
3185
  [[package]]
3186
  name = "serde_json"
3187
+ version = "1.0.109"
3188
  source = "registry+https://github.com/rust-lang/crates.io-index"
3189
+ checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9"
3190
  dependencies = [
3191
  "itoa 1.0.10",
3192
  "ryu",
Cargo.toml CHANGED
@@ -16,7 +16,7 @@ path = "src/bin/websurfx.rs"
16
  reqwest = {version="0.11.22", default-features=false, features=["rustls-tls","brotli", "gzip"]}
17
  tokio = {version="1.32.0",features=["rt-multi-thread","macros"], default-features = false}
18
  serde = {version="1.0.190", default-features=false, features=["derive"]}
19
- serde_json = {version="1.0.108", default-features=false}
20
  maud = {version="0.25.0", default-features=false, features=["actix-web"]}
21
  scraper = {version="0.18.1", default-features = false}
22
  actix-web = {version="4.4.0", features = ["cookies", "macros", "compress-brotli"], default-features=false}
 
16
  reqwest = {version="0.11.22", default-features=false, features=["rustls-tls","brotli", "gzip"]}
17
  tokio = {version="1.32.0",features=["rt-multi-thread","macros"], default-features = false}
18
  serde = {version="1.0.190", default-features=false, features=["derive"]}
19
+ serde_json = {version="1.0.109", default-features=false}
20
  maud = {version="0.25.0", default-features=false, features=["actix-web"]}
21
  scraper = {version="0.18.1", default-features = false}
22
  actix-web = {version="4.4.0", features = ["cookies", "macros", "compress-brotli"], default-features=false}