Skip to content

Commit

Permalink
Bump serde_bytes from 0.11.16 to 0.11.17 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent 4d7d5fd commit ee21151
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ regex = "1.11.1"
reqwest = { version = "0.12.12", features = ["blocking", "brotli", "charset", "cookies", "deflate", "gzip", "http2", "macos-system-configuration", "rustls-tls-native-roots", "stream", "zstd"], default-features = false }
same-file = "1.0.6"
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11.16"
serde_bytes = "0.11.17"
serde_json = "1.0.140"
shlex = "1.3.0"
size = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/_ryo3-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories.workspace = true
pyo3 = { workspace = true, features = ["experimental-inspect", "experimental-async"] }
ryo3-reqwest.workspace = true
serde.workspace = true
serde_bytes = "0.11.16"
serde_bytes = "0.11.17"
serde_json = "1.0.140"
tracing.workspace = true
ryo3-bytes.workspace = true
Expand Down

0 comments on commit ee21151

Please sign in to comment.