diff --git a/Cargo.lock b/Cargo.lock index bc74168696274..5008108242dd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4115,7 +4115,7 @@ dependencies = [ [[package]] name = "jsonbb" version = "0.1.0" -source = "git+https://github.com/risingwavelabs/jsonbb.git?rev=45f7b53#45f7b53f44c859168aec27dbc4062ff609f72675" +source = "git+https://github.com/risingwavelabs/jsonbb.git?rev=d48c3e9#d48c3e9cfd19bc106c1df8df3de096c1f8e5dab0" dependencies = [ "bytes", "serde", diff --git a/src/common/Cargo.toml b/src/common/Cargo.toml index 1751f6fec4c33..16919c02cfb32 100644 --- a/src/common/Cargo.toml +++ b/src/common/Cargo.toml @@ -49,7 +49,7 @@ hyper = "0.14" hytra = { workspace = true } itertools = "0.11" itoa = "1.0" -jsonbb = { git = "https://github.com/risingwavelabs/jsonbb.git", rev = "45f7b53" } +jsonbb = { git = "https://github.com/risingwavelabs/jsonbb.git", rev = "d48c3e9" } lru = { git = "https://github.com/risingwavelabs/lru-rs.git", rev = "cb2d7c7" } memcomparable = { version = "0.2", features = ["decimal"] } num-integer = "0.1"