We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f8473 commit 0a4291bCopy full SHA for 0a4291b
Cargo.toml
@@ -10,13 +10,13 @@ license = "Apache-2.0"
10
name = "sonic-rs"
11
readme = "README.md"
12
repository = "https://github.com/cloudwego/sonic-rs"
13
-version = "0.5.1"
+version = "0.5.2"
14
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
17
[dependencies]
18
ahash = "0.8"
19
-bumpalo = "3.17"
+bumpalo = "3.19"
20
bytes = "1.10"
21
cfg-if = "1.0"
22
faststr = { version = "0.2", features = ["serde"] }
0 commit comments