Skip to content

Commit 650a509

Browse files
Bump the other group across 1 directory with 4 updates
Bumps the other group with 4 updates in the / directory: [serde](https://github.com/serde-rs/serde), [thiserror](https://github.com/dtolnay/thiserror), [bytes](https://github.com/tokio-rs/bytes) and [async-trait](https://github.com/dtolnay/async-trait). Updates `serde` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.218) Updates `thiserror` from 2.0.11 to 2.0.12 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.11...2.0.12) Updates `bytes` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.9.0...v1.10.0) Updates `async-trait` from 0.1.85 to 0.1.87 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.85...0.1.87) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e85322b commit 650a509

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ full = ["async", "debug", "all_compressions", "reader", "writer"]
4343

4444
[dependencies]
4545
wasm-bindgen = { version = "0.2.95", features = ["serde-serialize"] }
46-
serde = "1.0.214"
46+
serde = "1.0.218"
4747
serde-wasm-bindgen = { version = "0.6.5" }
4848
# The `console_error_panic_hook` crate provides better debugging of panics by
4949
# logging them with `console.error`. This is great for development, but requires
@@ -91,7 +91,7 @@ zstd-sys = { version = "=2.0.9", optional = true, default-features = false }
9191
async-compat = { version = "=0.2.2", optional = true }
9292
async-stream = { version = "0.3.6", optional = true }
9393
wasm-streams = { version = "0.4.2", optional = true }
94-
async-trait = "0.1.83"
94+
async-trait = "0.1.87"
9595
object_store = { version = "0.11.1", default-features = false }
9696
url = "2.5.0"
9797
object-store-wasm = { git = "https://github.com/H-Plus-Time/object-store-wasm", rev = "b296d680fc67f3213a3f8de445b8fc5f590dc7e1" }

0 commit comments

Comments
 (0)