Skip to content

Update Rust crate serde_json to v1.0.151 - #48

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile
Open

Update Rust crate serde_json to v1.0.151#48
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile

Conversation

@renovate

@renovaterenovateBot commented Nov 14, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
serde_jsondependenciespatch1.0.721.0.151

Release Notes

serde-rs/json (serde_json)

v1.0.151

Compare Source

v1.0.150

Compare Source

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

v1.0.138

Compare Source

  • Documentation improvements

v1.0.137

Compare Source

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#​1231)

v1.0.136

Compare Source

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#​1230, thanks @​goffrie)

v1.0.135

Compare Source

v1.0.134

Compare Source

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

v1.0.108

Compare Source

v1.0.107

Compare Source

  • impl IntoDeserializer for &RawValue (#​1071)

v1.0.106

Compare Source

v1.0.105

Compare Source

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Documentation improvements

v1.0.102

Compare Source

  • Add a way to customize the serialization of byte arrays (#​1039)

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Support -Z minimal-versions

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

Compare Source

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#​1026)

v1.0.96

Compare Source

v1.0.95

Compare Source

  • Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#​1004, #​1005)

v1.0.94

Compare Source

  • Fix message duplication between serde_json::Error's Display and source() (#​991, #​992)

v1.0.93

Compare Source

  • Support 128-bit integers in serde_json::to_value (#​982)

v1.0.92

Compare Source

  • Documentation improvements

v1.0.91

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#​953)

v1.0.88

Compare Source

v1.0.87

Compare Source

  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#​940, thanks @​Lucretiel)

v1.0.86

Compare Source

v1.0.85

Compare Source

  • Make Display for Number produce the same representation as serializing (#​919)

v1.0.84

Compare Source

  • Make Debug impl of serde_json::Value more compact (#​918)

v1.0.83

Compare Source

  • Add categories to crates.io metadata

v1.0.82

Compare Source

v1.0.81

Compare Source

  • Work around indexmap/autocfg not always properly detecting whether a std sysroot crate is available (#​885, thanks @​cuviper)

v1.0.80

Compare Source

  • Documentation improvements

v1.0.79

Compare Source

  • Allow RawValue deserialization to propagate \u escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#​830, thanks @​lucacasonato)

v1.0.78

Compare Source

  • Support deserializing as &RawValue in map key position, which would previously fail with "invalid type: newtype struct" (#​851)

v1.0.77

Compare Source

  • Include discord invite links in the published readme
  • Improve compile error on compiling with neither std nor alloc feature enabled
  • Include integration tests in published package (#​578)

v1.0.76

Compare Source

  • Fix a build error when features raw_value and alloc are enabled while std is disabled (#​850)

v1.0.75

Compare Source

  • Fix deserialization of small integers in arbitrary_precision mode (#​845)

v1.0.74

Compare Source

  • Allow creating RawValues from references to unsized values (#​841, thanks @​EFanZh)

v1.0.73

Compare Source

  • Update itoa dependency to 1.0

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 143ddad to 672b12bCompareNovember 17, 2024 03:31
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.132Update Rust crate serde_json to v1.0.133Nov 17, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 672b12b to 7c13275CompareDecember 21, 2024 22:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.133Update Rust crate serde_json to v1.0.134Dec 21, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 7c13275 to 904cf4cCompareJanuary 7, 2025 01:10
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.134Update Rust crate serde_json to v1.0.135Jan 7, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 904cf4c to 5559c2eCompareJanuary 19, 2025 08:54
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.135Update Rust crate serde_json to v1.0.136Jan 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5559c2e to 3a82018CompareJanuary 20, 2025 01:34
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.136Update Rust crate serde_json to v1.0.137Jan 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 3a82018 to b087e34CompareJanuary 28, 2025 20:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.137Update Rust crate serde_json to v1.0.138Jan 28, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b087e34 to 996009fCompareFebruary 20, 2025 03:08
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.138Update Rust crate serde_json to v1.0.139Feb 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 996009f to bb0354eCompareMarch 3, 2025 11:58
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.139Update Rust crate serde_json to v1.0.140Mar 3, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from bb0354e to 60d9944CompareJuly 18, 2025 23:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.140Update Rust crate serde_json to v1.0.141Jul 18, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 60d9944 to 5c67a21CompareAugust 1, 2025 00:47
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.141Update Rust crate serde_json to v1.0.142Aug 1, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5c67a21 to b4b87faCompareAugust 19, 2025 05:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.142Update Rust crate serde_json to v1.0.143Aug 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b4b87fa to d0f1102CompareSeptember 14, 2025 00:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.143Update Rust crate serde_json to v1.0.144Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d0f1102 to 4823258CompareSeptember 14, 2025 16:24
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.144Update Rust crate serde_json to v1.0.145Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 4823258 to d7c100aCompareDecember 10, 2025 10:50
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d7c100a to c32752fCompareDecember 22, 2025 14:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.145Update Rust crate serde_json to v1.0.146Dec 22, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c32752f to d259a34CompareDecember 24, 2025 01:01
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.146Update Rust crate serde_json to v1.0.147Dec 24, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d259a34 to a936a6eCompareDecember 27, 2025 08:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.147Update Rust crate serde_json to v1.0.148Dec 27, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from 417d136 to caebbe4CompareJanuary 6, 2026 18:29
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.148Update Rust crate serde_json to v1.0.149Jan 6, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from caebbe4 to 2a6e273CompareFebruary 2, 2026 19:56
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2a6e273 to 6c924e9CompareFebruary 12, 2026 12:02
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 6c924e9 to c4e8dd6CompareFebruary 25, 2026 14:16
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c4e8dd6 to 53426ffCompareMarch 13, 2026 13:44
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from ab53c86 to 2962bf5CompareMay 21, 2026 20:53
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.149Update Rust crate serde_json to v1.0.150May 21, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2962bf5 to be21baaCompareJuly 20, 2026 12:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.150Update Rust crate serde_json to v1.0.151Jul 20, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from be21baa to 389833eCompareAugust 11, 2026 21:12
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 389833e to 4bc7a33CompareAugust 26, 2026 11:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Update Rust crate serde_json to v1.0.151 by renovate[bot] · Pull Request #48 · codehearts/remembear · GitHub
Skip to content

Update Rust crate serde_json to v1.0.151 - #48

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile
Open

Update Rust crate serde_json to v1.0.151#48
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile

Conversation

@renovate

@renovaterenovateBot commented Nov 14, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
serde_jsondependenciespatch1.0.721.0.151

Release Notes

serde-rs/json (serde_json)

v1.0.151

Compare Source

v1.0.150

Compare Source

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

v1.0.138

Compare Source

  • Documentation improvements

v1.0.137

Compare Source

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#​1231)

v1.0.136

Compare Source

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#​1230, thanks @​goffrie)

v1.0.135

Compare Source

v1.0.134

Compare Source

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

v1.0.108

Compare Source

v1.0.107

Compare Source

  • impl IntoDeserializer for &RawValue (#​1071)

v1.0.106

Compare Source

v1.0.105

Compare Source

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Documentation improvements

v1.0.102

Compare Source

  • Add a way to customize the serialization of byte arrays (#​1039)

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Support -Z minimal-versions

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

Compare Source

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#​1026)

v1.0.96

Compare Source

v1.0.95

Compare Source

  • Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#​1004, #​1005)

v1.0.94

Compare Source

  • Fix message duplication between serde_json::Error's Display and source() (#​991, #​992)

v1.0.93

Compare Source

  • Support 128-bit integers in serde_json::to_value (#​982)

v1.0.92

Compare Source

  • Documentation improvements

v1.0.91

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#​953)

v1.0.88

Compare Source

v1.0.87

Compare Source

  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#​940, thanks @​Lucretiel)

v1.0.86

Compare Source

v1.0.85

Compare Source

  • Make Display for Number produce the same representation as serializing (#​919)

v1.0.84

Compare Source

  • Make Debug impl of serde_json::Value more compact (#​918)

v1.0.83

Compare Source

  • Add categories to crates.io metadata

v1.0.82

Compare Source

v1.0.81

Compare Source

  • Work around indexmap/autocfg not always properly detecting whether a std sysroot crate is available (#​885, thanks @​cuviper)

v1.0.80

Compare Source

  • Documentation improvements

v1.0.79

Compare Source

  • Allow RawValue deserialization to propagate \u escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#​830, thanks @​lucacasonato)

v1.0.78

Compare Source

  • Support deserializing as &RawValue in map key position, which would previously fail with "invalid type: newtype struct" (#​851)

v1.0.77

Compare Source

  • Include discord invite links in the published readme
  • Improve compile error on compiling with neither std nor alloc feature enabled
  • Include integration tests in published package (#​578)

v1.0.76

Compare Source

  • Fix a build error when features raw_value and alloc are enabled while std is disabled (#​850)

v1.0.75

Compare Source

  • Fix deserialization of small integers in arbitrary_precision mode (#​845)

v1.0.74

Compare Source

  • Allow creating RawValues from references to unsized values (#​841, thanks @​EFanZh)

v1.0.73

Compare Source

  • Update itoa dependency to 1.0

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 143ddad to 672b12bCompareNovember 17, 2024 03:31
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.132Update Rust crate serde_json to v1.0.133Nov 17, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 672b12b to 7c13275CompareDecember 21, 2024 22:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.133Update Rust crate serde_json to v1.0.134Dec 21, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 7c13275 to 904cf4cCompareJanuary 7, 2025 01:10
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.134Update Rust crate serde_json to v1.0.135Jan 7, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 904cf4c to 5559c2eCompareJanuary 19, 2025 08:54
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.135Update Rust crate serde_json to v1.0.136Jan 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5559c2e to 3a82018CompareJanuary 20, 2025 01:34
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.136Update Rust crate serde_json to v1.0.137Jan 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 3a82018 to b087e34CompareJanuary 28, 2025 20:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.137Update Rust crate serde_json to v1.0.138Jan 28, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b087e34 to 996009fCompareFebruary 20, 2025 03:08
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.138Update Rust crate serde_json to v1.0.139Feb 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 996009f to bb0354eCompareMarch 3, 2025 11:58
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.139Update Rust crate serde_json to v1.0.140Mar 3, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from bb0354e to 60d9944CompareJuly 18, 2025 23:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.140Update Rust crate serde_json to v1.0.141Jul 18, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 60d9944 to 5c67a21CompareAugust 1, 2025 00:47
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.141Update Rust crate serde_json to v1.0.142Aug 1, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5c67a21 to b4b87faCompareAugust 19, 2025 05:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.142Update Rust crate serde_json to v1.0.143Aug 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b4b87fa to d0f1102CompareSeptember 14, 2025 00:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.143Update Rust crate serde_json to v1.0.144Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d0f1102 to 4823258CompareSeptember 14, 2025 16:24
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.144Update Rust crate serde_json to v1.0.145Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 4823258 to d7c100aCompareDecember 10, 2025 10:50
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d7c100a to c32752fCompareDecember 22, 2025 14:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.145Update Rust crate serde_json to v1.0.146Dec 22, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c32752f to d259a34CompareDecember 24, 2025 01:01
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.146Update Rust crate serde_json to v1.0.147Dec 24, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d259a34 to a936a6eCompareDecember 27, 2025 08:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.147Update Rust crate serde_json to v1.0.148Dec 27, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from 417d136 to caebbe4CompareJanuary 6, 2026 18:29
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.148Update Rust crate serde_json to v1.0.149Jan 6, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from caebbe4 to 2a6e273CompareFebruary 2, 2026 19:56
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2a6e273 to 6c924e9CompareFebruary 12, 2026 12:02
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 6c924e9 to c4e8dd6CompareFebruary 25, 2026 14:16
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c4e8dd6 to 53426ffCompareMarch 13, 2026 13:44
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from ab53c86 to 2962bf5CompareMay 21, 2026 20:53
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.149Update Rust crate serde_json to v1.0.150May 21, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2962bf5 to be21baaCompareJuly 20, 2026 12:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.150Update Rust crate serde_json to v1.0.151Jul 20, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from be21baa to 389833eCompareAugust 11, 2026 21:12
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 389833e to 4bc7a33CompareAugust 26, 2026 11:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Update Rust crate serde_json to v1.0.151 by renovate[bot] · Pull Request #48 · codehearts/remembear · GitHub
Skip to content

Update Rust crate serde_json to v1.0.151 - #48

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile
Open

Update Rust crate serde_json to v1.0.151#48
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile

Conversation

@renovate

@renovaterenovateBot commented Nov 14, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
serde_jsondependenciespatch1.0.721.0.151

Release Notes

serde-rs/json (serde_json)

v1.0.151

Compare Source

v1.0.150

Compare Source

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

v1.0.138

Compare Source

  • Documentation improvements

v1.0.137

Compare Source

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#​1231)

v1.0.136

Compare Source

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#​1230, thanks @​goffrie)

v1.0.135

Compare Source

v1.0.134

Compare Source

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

v1.0.108

Compare Source

v1.0.107

Compare Source

  • impl IntoDeserializer for &RawValue (#​1071)

v1.0.106

Compare Source

v1.0.105

Compare Source

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Documentation improvements

v1.0.102

Compare Source

  • Add a way to customize the serialization of byte arrays (#​1039)

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Support -Z minimal-versions

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

Compare Source

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#​1026)

v1.0.96

Compare Source

v1.0.95

Compare Source

  • Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#​1004, #​1005)

v1.0.94

Compare Source

  • Fix message duplication between serde_json::Error's Display and source() (#​991, #​992)

v1.0.93

Compare Source

  • Support 128-bit integers in serde_json::to_value (#​982)

v1.0.92

Compare Source

  • Documentation improvements

v1.0.91

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#​953)

v1.0.88

Compare Source

v1.0.87

Compare Source

  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#​940, thanks @​Lucretiel)

v1.0.86

Compare Source

v1.0.85

Compare Source

  • Make Display for Number produce the same representation as serializing (#​919)

v1.0.84

Compare Source

  • Make Debug impl of serde_json::Value more compact (#​918)

v1.0.83

Compare Source

  • Add categories to crates.io metadata

v1.0.82

Compare Source

v1.0.81

Compare Source

  • Work around indexmap/autocfg not always properly detecting whether a std sysroot crate is available (#​885, thanks @​cuviper)

v1.0.80

Compare Source

  • Documentation improvements

v1.0.79

Compare Source

  • Allow RawValue deserialization to propagate \u escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#​830, thanks @​lucacasonato)

v1.0.78

Compare Source

  • Support deserializing as &RawValue in map key position, which would previously fail with "invalid type: newtype struct" (#​851)

v1.0.77

Compare Source

  • Include discord invite links in the published readme
  • Improve compile error on compiling with neither std nor alloc feature enabled
  • Include integration tests in published package (#​578)

v1.0.76

Compare Source

  • Fix a build error when features raw_value and alloc are enabled while std is disabled (#​850)

v1.0.75

Compare Source

  • Fix deserialization of small integers in arbitrary_precision mode (#​845)

v1.0.74

Compare Source

  • Allow creating RawValues from references to unsized values (#​841, thanks @​EFanZh)

v1.0.73

Compare Source

  • Update itoa dependency to 1.0

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 143ddad to 672b12bCompareNovember 17, 2024 03:31
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.132Update Rust crate serde_json to v1.0.133Nov 17, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 672b12b to 7c13275CompareDecember 21, 2024 22:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.133Update Rust crate serde_json to v1.0.134Dec 21, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 7c13275 to 904cf4cCompareJanuary 7, 2025 01:10
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.134Update Rust crate serde_json to v1.0.135Jan 7, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 904cf4c to 5559c2eCompareJanuary 19, 2025 08:54
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.135Update Rust crate serde_json to v1.0.136Jan 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5559c2e to 3a82018CompareJanuary 20, 2025 01:34
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.136Update Rust crate serde_json to v1.0.137Jan 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 3a82018 to b087e34CompareJanuary 28, 2025 20:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.137Update Rust crate serde_json to v1.0.138Jan 28, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b087e34 to 996009fCompareFebruary 20, 2025 03:08
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.138Update Rust crate serde_json to v1.0.139Feb 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 996009f to bb0354eCompareMarch 3, 2025 11:58
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.139Update Rust crate serde_json to v1.0.140Mar 3, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from bb0354e to 60d9944CompareJuly 18, 2025 23:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.140Update Rust crate serde_json to v1.0.141Jul 18, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 60d9944 to 5c67a21CompareAugust 1, 2025 00:47
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.141Update Rust crate serde_json to v1.0.142Aug 1, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5c67a21 to b4b87faCompareAugust 19, 2025 05:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.142Update Rust crate serde_json to v1.0.143Aug 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b4b87fa to d0f1102CompareSeptember 14, 2025 00:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.143Update Rust crate serde_json to v1.0.144Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d0f1102 to 4823258CompareSeptember 14, 2025 16:24
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.144Update Rust crate serde_json to v1.0.145Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 4823258 to d7c100aCompareDecember 10, 2025 10:50
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d7c100a to c32752fCompareDecember 22, 2025 14:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.145Update Rust crate serde_json to v1.0.146Dec 22, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c32752f to d259a34CompareDecember 24, 2025 01:01
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.146Update Rust crate serde_json to v1.0.147Dec 24, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d259a34 to a936a6eCompareDecember 27, 2025 08:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.147Update Rust crate serde_json to v1.0.148Dec 27, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from 417d136 to caebbe4CompareJanuary 6, 2026 18:29
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.148Update Rust crate serde_json to v1.0.149Jan 6, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from caebbe4 to 2a6e273CompareFebruary 2, 2026 19:56
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2a6e273 to 6c924e9CompareFebruary 12, 2026 12:02
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 6c924e9 to c4e8dd6CompareFebruary 25, 2026 14:16
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c4e8dd6 to 53426ffCompareMarch 13, 2026 13:44
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from ab53c86 to 2962bf5CompareMay 21, 2026 20:53
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.149Update Rust crate serde_json to v1.0.150May 21, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2962bf5 to be21baaCompareJuly 20, 2026 12:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.150Update Rust crate serde_json to v1.0.151Jul 20, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from be21baa to 389833eCompareAugust 11, 2026 21:12
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 389833e to 4bc7a33CompareAugust 26, 2026 11:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Update Rust crate serde_json to v1.0.151 by renovate[bot] · Pull Request #48 · codehearts/remembear · GitHub
Skip to content

Update Rust crate serde_json to v1.0.151 - #48

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile
Open

Update Rust crate serde_json to v1.0.151#48
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile

Conversation

@renovate

@renovaterenovateBot commented Nov 14, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
serde_jsondependenciespatch1.0.721.0.151

Release Notes

serde-rs/json (serde_json)

v1.0.151

Compare Source

v1.0.150

Compare Source

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

v1.0.138

Compare Source

  • Documentation improvements

v1.0.137

Compare Source

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#​1231)

v1.0.136

Compare Source

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#​1230, thanks @​goffrie)

v1.0.135

Compare Source

v1.0.134

Compare Source

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

v1.0.108

Compare Source

v1.0.107

Compare Source

  • impl IntoDeserializer for &RawValue (#​1071)

v1.0.106

Compare Source

v1.0.105

Compare Source

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Documentation improvements

v1.0.102

Compare Source

  • Add a way to customize the serialization of byte arrays (#​1039)

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Support -Z minimal-versions

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

Compare Source

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#​1026)

v1.0.96

Compare Source

v1.0.95

Compare Source

  • Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#​1004, #​1005)

v1.0.94

Compare Source

  • Fix message duplication between serde_json::Error's Display and source() (#​991, #​992)

v1.0.93

Compare Source

  • Support 128-bit integers in serde_json::to_value (#​982)

v1.0.92

Compare Source

  • Documentation improvements

v1.0.91

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#​953)

v1.0.88

Compare Source

v1.0.87

Compare Source

  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#​940, thanks @​Lucretiel)

v1.0.86

Compare Source

v1.0.85

Compare Source

  • Make Display for Number produce the same representation as serializing (#​919)

v1.0.84

Compare Source

  • Make Debug impl of serde_json::Value more compact (#​918)

v1.0.83

Compare Source

  • Add categories to crates.io metadata

v1.0.82

Compare Source

v1.0.81

Compare Source

  • Work around indexmap/autocfg not always properly detecting whether a std sysroot crate is available (#​885, thanks @​cuviper)

v1.0.80

Compare Source

  • Documentation improvements

v1.0.79

Compare Source

  • Allow RawValue deserialization to propagate \u escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#​830, thanks @​lucacasonato)

v1.0.78

Compare Source

  • Support deserializing as &RawValue in map key position, which would previously fail with "invalid type: newtype struct" (#​851)

v1.0.77

Compare Source

  • Include discord invite links in the published readme
  • Improve compile error on compiling with neither std nor alloc feature enabled
  • Include integration tests in published package (#​578)

v1.0.76

Compare Source

  • Fix a build error when features raw_value and alloc are enabled while std is disabled (#​850)

v1.0.75

Compare Source

  • Fix deserialization of small integers in arbitrary_precision mode (#​845)

v1.0.74

Compare Source

  • Allow creating RawValues from references to unsized values (#​841, thanks @​EFanZh)

v1.0.73

Compare Source

  • Update itoa dependency to 1.0

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 143ddad to 672b12bCompareNovember 17, 2024 03:31
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.132Update Rust crate serde_json to v1.0.133Nov 17, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 672b12b to 7c13275CompareDecember 21, 2024 22:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.133Update Rust crate serde_json to v1.0.134Dec 21, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 7c13275 to 904cf4cCompareJanuary 7, 2025 01:10
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.134Update Rust crate serde_json to v1.0.135Jan 7, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 904cf4c to 5559c2eCompareJanuary 19, 2025 08:54
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.135Update Rust crate serde_json to v1.0.136Jan 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5559c2e to 3a82018CompareJanuary 20, 2025 01:34
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.136Update Rust crate serde_json to v1.0.137Jan 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 3a82018 to b087e34CompareJanuary 28, 2025 20:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.137Update Rust crate serde_json to v1.0.138Jan 28, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b087e34 to 996009fCompareFebruary 20, 2025 03:08
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.138Update Rust crate serde_json to v1.0.139Feb 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 996009f to bb0354eCompareMarch 3, 2025 11:58
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.139Update Rust crate serde_json to v1.0.140Mar 3, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from bb0354e to 60d9944CompareJuly 18, 2025 23:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.140Update Rust crate serde_json to v1.0.141Jul 18, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 60d9944 to 5c67a21CompareAugust 1, 2025 00:47
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.141Update Rust crate serde_json to v1.0.142Aug 1, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5c67a21 to b4b87faCompareAugust 19, 2025 05:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.142Update Rust crate serde_json to v1.0.143Aug 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b4b87fa to d0f1102CompareSeptember 14, 2025 00:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.143Update Rust crate serde_json to v1.0.144Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d0f1102 to 4823258CompareSeptember 14, 2025 16:24
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.144Update Rust crate serde_json to v1.0.145Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 4823258 to d7c100aCompareDecember 10, 2025 10:50
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d7c100a to c32752fCompareDecember 22, 2025 14:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.145Update Rust crate serde_json to v1.0.146Dec 22, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c32752f to d259a34CompareDecember 24, 2025 01:01
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.146Update Rust crate serde_json to v1.0.147Dec 24, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d259a34 to a936a6eCompareDecember 27, 2025 08:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.147Update Rust crate serde_json to v1.0.148Dec 27, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from 417d136 to caebbe4CompareJanuary 6, 2026 18:29
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.148Update Rust crate serde_json to v1.0.149Jan 6, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from caebbe4 to 2a6e273CompareFebruary 2, 2026 19:56
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2a6e273 to 6c924e9CompareFebruary 12, 2026 12:02
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 6c924e9 to c4e8dd6CompareFebruary 25, 2026 14:16
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c4e8dd6 to 53426ffCompareMarch 13, 2026 13:44
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from ab53c86 to 2962bf5CompareMay 21, 2026 20:53
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.149Update Rust crate serde_json to v1.0.150May 21, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2962bf5 to be21baaCompareJuly 20, 2026 12:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.150Update Rust crate serde_json to v1.0.151Jul 20, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from be21baa to 389833eCompareAugust 11, 2026 21:12
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 389833e to 4bc7a33CompareAugust 26, 2026 11:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' Update Rust crate serde_json to v1.0.151 by renovate[bot] · Pull Request #48 · codehearts/remembear · GitHub
Skip to content

Update Rust crate serde_json to v1.0.151 - #48

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile
Open

Update Rust crate serde_json to v1.0.151#48
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile

Conversation

@renovate

@renovaterenovateBot commented Nov 14, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
serde_jsondependenciespatch1.0.721.0.151

Release Notes

serde-rs/json (serde_json)

v1.0.151

Compare Source

v1.0.150

Compare Source

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

v1.0.138

Compare Source

  • Documentation improvements

v1.0.137

Compare Source

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#​1231)

v1.0.136

Compare Source

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#​1230, thanks @​goffrie)

v1.0.135

Compare Source

v1.0.134

Compare Source

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

v1.0.108

Compare Source

v1.0.107

Compare Source

  • impl IntoDeserializer for &RawValue (#​1071)

v1.0.106

Compare Source

v1.0.105

Compare Source

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Documentation improvements

v1.0.102

Compare Source

  • Add a way to customize the serialization of byte arrays (#​1039)

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Support -Z minimal-versions

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

Compare Source

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#​1026)

v1.0.96

Compare Source

v1.0.95

Compare Source

  • Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#​1004, #​1005)

v1.0.94

Compare Source

  • Fix message duplication between serde_json::Error's Display and source() (#​991, #​992)

v1.0.93

Compare Source

  • Support 128-bit integers in serde_json::to_value (#​982)

v1.0.92

Compare Source

  • Documentation improvements

v1.0.91

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#​953)

v1.0.88

Compare Source

v1.0.87

Compare Source

  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#​940, thanks @​Lucretiel)

v1.0.86

Compare Source

v1.0.85

Compare Source

  • Make Display for Number produce the same representation as serializing (#​919)

v1.0.84

Compare Source

  • Make Debug impl of serde_json::Value more compact (#​918)

v1.0.83

Compare Source

  • Add categories to crates.io metadata

v1.0.82

Compare Source

v1.0.81

Compare Source

  • Work around indexmap/autocfg not always properly detecting whether a std sysroot crate is available (#​885, thanks @​cuviper)

v1.0.80

Compare Source

  • Documentation improvements

v1.0.79

Compare Source

  • Allow RawValue deserialization to propagate \u escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#​830, thanks @​lucacasonato)

v1.0.78

Compare Source

  • Support deserializing as &RawValue in map key position, which would previously fail with "invalid type: newtype struct" (#​851)

v1.0.77

Compare Source

  • Include discord invite links in the published readme
  • Improve compile error on compiling with neither std nor alloc feature enabled
  • Include integration tests in published package (#​578)

v1.0.76

Compare Source

  • Fix a build error when features raw_value and alloc are enabled while std is disabled (#​850)

v1.0.75

Compare Source

  • Fix deserialization of small integers in arbitrary_precision mode (#​845)

v1.0.74

Compare Source

  • Allow creating RawValues from references to unsized values (#​841, thanks @​EFanZh)

v1.0.73

Compare Source

  • Update itoa dependency to 1.0

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 143ddad to 672b12bCompareNovember 17, 2024 03:31
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.132Update Rust crate serde_json to v1.0.133Nov 17, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 672b12b to 7c13275CompareDecember 21, 2024 22:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.133Update Rust crate serde_json to v1.0.134Dec 21, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 7c13275 to 904cf4cCompareJanuary 7, 2025 01:10
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.134Update Rust crate serde_json to v1.0.135Jan 7, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 904cf4c to 5559c2eCompareJanuary 19, 2025 08:54
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.135Update Rust crate serde_json to v1.0.136Jan 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5559c2e to 3a82018CompareJanuary 20, 2025 01:34
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.136Update Rust crate serde_json to v1.0.137Jan 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 3a82018 to b087e34CompareJanuary 28, 2025 20:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.137Update Rust crate serde_json to v1.0.138Jan 28, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b087e34 to 996009fCompareFebruary 20, 2025 03:08
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.138Update Rust crate serde_json to v1.0.139Feb 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 996009f to bb0354eCompareMarch 3, 2025 11:58
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.139Update Rust crate serde_json to v1.0.140Mar 3, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from bb0354e to 60d9944CompareJuly 18, 2025 23:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.140Update Rust crate serde_json to v1.0.141Jul 18, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 60d9944 to 5c67a21CompareAugust 1, 2025 00:47
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.141Update Rust crate serde_json to v1.0.142Aug 1, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5c67a21 to b4b87faCompareAugust 19, 2025 05:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.142Update Rust crate serde_json to v1.0.143Aug 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b4b87fa to d0f1102CompareSeptember 14, 2025 00:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.143Update Rust crate serde_json to v1.0.144Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d0f1102 to 4823258CompareSeptember 14, 2025 16:24
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.144Update Rust crate serde_json to v1.0.145Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 4823258 to d7c100aCompareDecember 10, 2025 10:50
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d7c100a to c32752fCompareDecember 22, 2025 14:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.145Update Rust crate serde_json to v1.0.146Dec 22, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c32752f to d259a34CompareDecember 24, 2025 01:01
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.146Update Rust crate serde_json to v1.0.147Dec 24, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d259a34 to a936a6eCompareDecember 27, 2025 08:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.147Update Rust crate serde_json to v1.0.148Dec 27, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from 417d136 to caebbe4CompareJanuary 6, 2026 18:29
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.148Update Rust crate serde_json to v1.0.149Jan 6, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from caebbe4 to 2a6e273CompareFebruary 2, 2026 19:56
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2a6e273 to 6c924e9CompareFebruary 12, 2026 12:02
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 6c924e9 to c4e8dd6CompareFebruary 25, 2026 14:16
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c4e8dd6 to 53426ffCompareMarch 13, 2026 13:44
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from ab53c86 to 2962bf5CompareMay 21, 2026 20:53
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.149Update Rust crate serde_json to v1.0.150May 21, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2962bf5 to be21baaCompareJuly 20, 2026 12:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.150Update Rust crate serde_json to v1.0.151Jul 20, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from be21baa to 389833eCompareAugust 11, 2026 21:12
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 389833e to 4bc7a33CompareAugust 26, 2026 11:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Update Rust crate serde_json to v1.0.151 by renovate[bot] · Pull Request #48 · codehearts/remembear · GitHub
Skip to content

Update Rust crate serde_json to v1.0.151 - #48

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile
Open

Update Rust crate serde_json to v1.0.151#48
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile

Conversation

@renovate

@renovaterenovateBot commented Nov 14, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
serde_jsondependenciespatch1.0.721.0.151

Release Notes

serde-rs/json (serde_json)

v1.0.151

Compare Source

v1.0.150

Compare Source

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

v1.0.138

Compare Source

  • Documentation improvements

v1.0.137

Compare Source

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#​1231)

v1.0.136

Compare Source

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#​1230, thanks @​goffrie)

v1.0.135

Compare Source

v1.0.134

Compare Source

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

v1.0.108

Compare Source

v1.0.107

Compare Source

  • impl IntoDeserializer for &RawValue (#​1071)

v1.0.106

Compare Source

v1.0.105

Compare Source

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Documentation improvements

v1.0.102

Compare Source

  • Add a way to customize the serialization of byte arrays (#​1039)

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Support -Z minimal-versions

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

Compare Source

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#​1026)

v1.0.96

Compare Source

v1.0.95

Compare Source

  • Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#​1004, #​1005)

v1.0.94

Compare Source

  • Fix message duplication between serde_json::Error's Display and source() (#​991, #​992)

v1.0.93

Compare Source

  • Support 128-bit integers in serde_json::to_value (#​982)

v1.0.92

Compare Source

  • Documentation improvements

v1.0.91

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#​953)

v1.0.88

Compare Source

v1.0.87

Compare Source

  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#​940, thanks @​Lucretiel)

v1.0.86

Compare Source

v1.0.85

Compare Source

  • Make Display for Number produce the same representation as serializing (#​919)

v1.0.84

Compare Source

  • Make Debug impl of serde_json::Value more compact (#​918)

v1.0.83

Compare Source

  • Add categories to crates.io metadata

v1.0.82

Compare Source

v1.0.81

Compare Source

  • Work around indexmap/autocfg not always properly detecting whether a std sysroot crate is available (#​885, thanks @​cuviper)

v1.0.80

Compare Source

  • Documentation improvements

v1.0.79

Compare Source

  • Allow RawValue deserialization to propagate \u escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#​830, thanks @​lucacasonato)

v1.0.78

Compare Source

  • Support deserializing as &RawValue in map key position, which would previously fail with "invalid type: newtype struct" (#​851)

v1.0.77

Compare Source

  • Include discord invite links in the published readme
  • Improve compile error on compiling with neither std nor alloc feature enabled
  • Include integration tests in published package (#​578)

v1.0.76

Compare Source

  • Fix a build error when features raw_value and alloc are enabled while std is disabled (#​850)

v1.0.75

Compare Source

  • Fix deserialization of small integers in arbitrary_precision mode (#​845)

v1.0.74

Compare Source

  • Allow creating RawValues from references to unsized values (#​841, thanks @​EFanZh)

v1.0.73

Compare Source

  • Update itoa dependency to 1.0

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 143ddad to 672b12bCompareNovember 17, 2024 03:31
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.132Update Rust crate serde_json to v1.0.133Nov 17, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 672b12b to 7c13275CompareDecember 21, 2024 22:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.133Update Rust crate serde_json to v1.0.134Dec 21, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 7c13275 to 904cf4cCompareJanuary 7, 2025 01:10
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.134Update Rust crate serde_json to v1.0.135Jan 7, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 904cf4c to 5559c2eCompareJanuary 19, 2025 08:54
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.135Update Rust crate serde_json to v1.0.136Jan 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5559c2e to 3a82018CompareJanuary 20, 2025 01:34
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.136Update Rust crate serde_json to v1.0.137Jan 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 3a82018 to b087e34CompareJanuary 28, 2025 20:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.137Update Rust crate serde_json to v1.0.138Jan 28, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b087e34 to 996009fCompareFebruary 20, 2025 03:08
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.138Update Rust crate serde_json to v1.0.139Feb 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 996009f to bb0354eCompareMarch 3, 2025 11:58
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.139Update Rust crate serde_json to v1.0.140Mar 3, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from bb0354e to 60d9944CompareJuly 18, 2025 23:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.140Update Rust crate serde_json to v1.0.141Jul 18, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 60d9944 to 5c67a21CompareAugust 1, 2025 00:47
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.141Update Rust crate serde_json to v1.0.142Aug 1, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5c67a21 to b4b87faCompareAugust 19, 2025 05:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.142Update Rust crate serde_json to v1.0.143Aug 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b4b87fa to d0f1102CompareSeptember 14, 2025 00:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.143Update Rust crate serde_json to v1.0.144Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d0f1102 to 4823258CompareSeptember 14, 2025 16:24
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.144Update Rust crate serde_json to v1.0.145Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 4823258 to d7c100aCompareDecember 10, 2025 10:50
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d7c100a to c32752fCompareDecember 22, 2025 14:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.145Update Rust crate serde_json to v1.0.146Dec 22, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c32752f to d259a34CompareDecember 24, 2025 01:01
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.146Update Rust crate serde_json to v1.0.147Dec 24, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d259a34 to a936a6eCompareDecember 27, 2025 08:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.147Update Rust crate serde_json to v1.0.148Dec 27, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from 417d136 to caebbe4CompareJanuary 6, 2026 18:29
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.148Update Rust crate serde_json to v1.0.149Jan 6, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from caebbe4 to 2a6e273CompareFebruary 2, 2026 19:56
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2a6e273 to 6c924e9CompareFebruary 12, 2026 12:02
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 6c924e9 to c4e8dd6CompareFebruary 25, 2026 14:16
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c4e8dd6 to 53426ffCompareMarch 13, 2026 13:44
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from ab53c86 to 2962bf5CompareMay 21, 2026 20:53
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.149Update Rust crate serde_json to v1.0.150May 21, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2962bf5 to be21baaCompareJuly 20, 2026 12:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.150Update Rust crate serde_json to v1.0.151Jul 20, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from be21baa to 389833eCompareAugust 11, 2026 21:12
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 389833e to 4bc7a33CompareAugust 26, 2026 11:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Update Rust crate serde_json to v1.0.151 by renovate[bot] · Pull Request #48 · codehearts/remembear · GitHub
Skip to content

Update Rust crate serde_json to v1.0.151 - #48

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile
Open

Update Rust crate serde_json to v1.0.151#48
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile

Conversation

@renovate

@renovaterenovateBot commented Nov 14, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
serde_jsondependenciespatch1.0.721.0.151

Release Notes

serde-rs/json (serde_json)

v1.0.151

Compare Source

v1.0.150

Compare Source

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

v1.0.138

Compare Source

  • Documentation improvements

v1.0.137

Compare Source

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#​1231)

v1.0.136

Compare Source

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#​1230, thanks @​goffrie)

v1.0.135

Compare Source

v1.0.134

Compare Source

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

v1.0.108

Compare Source

v1.0.107

Compare Source

  • impl IntoDeserializer for &RawValue (#​1071)

v1.0.106

Compare Source

v1.0.105

Compare Source

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Documentation improvements

v1.0.102

Compare Source

  • Add a way to customize the serialization of byte arrays (#​1039)

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Support -Z minimal-versions

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

Compare Source

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#​1026)

v1.0.96

Compare Source

v1.0.95

Compare Source

  • Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#​1004, #​1005)

v1.0.94

Compare Source

  • Fix message duplication between serde_json::Error's Display and source() (#​991, #​992)

v1.0.93

Compare Source

  • Support 128-bit integers in serde_json::to_value (#​982)

v1.0.92

Compare Source

  • Documentation improvements

v1.0.91

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#​953)

v1.0.88

Compare Source

v1.0.87

Compare Source

  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#​940, thanks @​Lucretiel)

v1.0.86

Compare Source

v1.0.85

Compare Source

  • Make Display for Number produce the same representation as serializing (#​919)

v1.0.84

Compare Source

  • Make Debug impl of serde_json::Value more compact (#​918)

v1.0.83

Compare Source

  • Add categories to crates.io metadata

v1.0.82

Compare Source

v1.0.81

Compare Source

  • Work around indexmap/autocfg not always properly detecting whether a std sysroot crate is available (#​885, thanks @​cuviper)

v1.0.80

Compare Source

  • Documentation improvements

v1.0.79

Compare Source

  • Allow RawValue deserialization to propagate \u escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#​830, thanks @​lucacasonato)

v1.0.78

Compare Source

  • Support deserializing as &RawValue in map key position, which would previously fail with "invalid type: newtype struct" (#​851)

v1.0.77

Compare Source

  • Include discord invite links in the published readme
  • Improve compile error on compiling with neither std nor alloc feature enabled
  • Include integration tests in published package (#​578)

v1.0.76

Compare Source

  • Fix a build error when features raw_value and alloc are enabled while std is disabled (#​850)

v1.0.75

Compare Source

  • Fix deserialization of small integers in arbitrary_precision mode (#​845)

v1.0.74

Compare Source

  • Allow creating RawValues from references to unsized values (#​841, thanks @​EFanZh)

v1.0.73

Compare Source

  • Update itoa dependency to 1.0

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 143ddad to 672b12bCompareNovember 17, 2024 03:31
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.132Update Rust crate serde_json to v1.0.133Nov 17, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 672b12b to 7c13275CompareDecember 21, 2024 22:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.133Update Rust crate serde_json to v1.0.134Dec 21, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 7c13275 to 904cf4cCompareJanuary 7, 2025 01:10
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.134Update Rust crate serde_json to v1.0.135Jan 7, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 904cf4c to 5559c2eCompareJanuary 19, 2025 08:54
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.135Update Rust crate serde_json to v1.0.136Jan 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5559c2e to 3a82018CompareJanuary 20, 2025 01:34
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.136Update Rust crate serde_json to v1.0.137Jan 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 3a82018 to b087e34CompareJanuary 28, 2025 20:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.137Update Rust crate serde_json to v1.0.138Jan 28, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b087e34 to 996009fCompareFebruary 20, 2025 03:08
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.138Update Rust crate serde_json to v1.0.139Feb 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 996009f to bb0354eCompareMarch 3, 2025 11:58
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.139Update Rust crate serde_json to v1.0.140Mar 3, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from bb0354e to 60d9944CompareJuly 18, 2025 23:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.140Update Rust crate serde_json to v1.0.141Jul 18, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 60d9944 to 5c67a21CompareAugust 1, 2025 00:47
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.141Update Rust crate serde_json to v1.0.142Aug 1, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5c67a21 to b4b87faCompareAugust 19, 2025 05:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.142Update Rust crate serde_json to v1.0.143Aug 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b4b87fa to d0f1102CompareSeptember 14, 2025 00:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.143Update Rust crate serde_json to v1.0.144Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d0f1102 to 4823258CompareSeptember 14, 2025 16:24
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.144Update Rust crate serde_json to v1.0.145Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 4823258 to d7c100aCompareDecember 10, 2025 10:50
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d7c100a to c32752fCompareDecember 22, 2025 14:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.145Update Rust crate serde_json to v1.0.146Dec 22, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c32752f to d259a34CompareDecember 24, 2025 01:01
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.146Update Rust crate serde_json to v1.0.147Dec 24, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d259a34 to a936a6eCompareDecember 27, 2025 08:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.147Update Rust crate serde_json to v1.0.148Dec 27, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from 417d136 to caebbe4CompareJanuary 6, 2026 18:29
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.148Update Rust crate serde_json to v1.0.149Jan 6, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from caebbe4 to 2a6e273CompareFebruary 2, 2026 19:56
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2a6e273 to 6c924e9CompareFebruary 12, 2026 12:02
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 6c924e9 to c4e8dd6CompareFebruary 25, 2026 14:16
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c4e8dd6 to 53426ffCompareMarch 13, 2026 13:44
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from ab53c86 to 2962bf5CompareMay 21, 2026 20:53
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.149Update Rust crate serde_json to v1.0.150May 21, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2962bf5 to be21baaCompareJuly 20, 2026 12:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.150Update Rust crate serde_json to v1.0.151Jul 20, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from be21baa to 389833eCompareAugust 11, 2026 21:12
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 389833e to 4bc7a33CompareAugust 26, 2026 11:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })(); Update Rust crate serde_json to v1.0.151 by renovate[bot] · Pull Request #48 · codehearts/remembear · GitHub
Skip to content

Update Rust crate serde_json to v1.0.151 - #48

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile
Open

Update Rust crate serde_json to v1.0.151#48
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/serde_json-1.x-lockfile

Conversation

@renovate

@renovaterenovateBot commented Nov 14, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
serde_jsondependenciespatch1.0.721.0.151

Release Notes

serde-rs/json (serde_json)

v1.0.151

Compare Source

v1.0.150

Compare Source

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

v1.0.140

Compare Source

  • Documentation improvements

v1.0.139

Compare Source

  • Documentation improvements

v1.0.138

Compare Source

  • Documentation improvements

v1.0.137

Compare Source

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#​1231)

v1.0.136

Compare Source

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#​1230, thanks @​goffrie)

v1.0.135

Compare Source

v1.0.134

Compare Source

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

v1.0.117

Compare Source

  • Resolve unexpected_cfgs warning (#​1130)

v1.0.116

Compare Source

v1.0.115

Compare Source

  • Documentation improvements

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

v1.0.108

Compare Source

v1.0.107

Compare Source

  • impl IntoDeserializer for &RawValue (#​1071)

v1.0.106

Compare Source

v1.0.105

Compare Source

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Documentation improvements

v1.0.102

Compare Source

  • Add a way to customize the serialization of byte arrays (#​1039)

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Support -Z minimal-versions

v1.0.99

Compare Source

v1.0.98

Compare Source

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

Compare Source

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#​1026)

v1.0.96

Compare Source

v1.0.95

Compare Source

  • Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#​1004, #​1005)

v1.0.94

Compare Source

  • Fix message duplication between serde_json::Error's Display and source() (#​991, #​992)

v1.0.93

Compare Source

  • Support 128-bit integers in serde_json::to_value (#​982)

v1.0.92

Compare Source

  • Documentation improvements

v1.0.91

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#​953)

v1.0.88

Compare Source

v1.0.87

Compare Source

  • Add write_i128 and write_u128 methods to serde_json::Formatter to control the formatting of 128-bit integers (#​940, thanks @​Lucretiel)

v1.0.86

Compare Source

v1.0.85

Compare Source

  • Make Display for Number produce the same representation as serializing (#​919)

v1.0.84

Compare Source

  • Make Debug impl of serde_json::Value more compact (#​918)

v1.0.83

Compare Source

  • Add categories to crates.io metadata

v1.0.82

Compare Source

v1.0.81

Compare Source

  • Work around indexmap/autocfg not always properly detecting whether a std sysroot crate is available (#​885, thanks @​cuviper)

v1.0.80

Compare Source

  • Documentation improvements

v1.0.79

Compare Source

  • Allow RawValue deserialization to propagate \u escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#​830, thanks @​lucacasonato)

v1.0.78

Compare Source

  • Support deserializing as &RawValue in map key position, which would previously fail with "invalid type: newtype struct" (#​851)

v1.0.77

Compare Source

  • Include discord invite links in the published readme
  • Improve compile error on compiling with neither std nor alloc feature enabled
  • Include integration tests in published package (#​578)

v1.0.76

Compare Source

  • Fix a build error when features raw_value and alloc are enabled while std is disabled (#​850)

v1.0.75

Compare Source

  • Fix deserialization of small integers in arbitrary_precision mode (#​845)

v1.0.74

Compare Source

  • Allow creating RawValues from references to unsized values (#​841, thanks @​EFanZh)

v1.0.73

Compare Source

  • Update itoa dependency to 1.0

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 143ddad to 672b12bCompareNovember 17, 2024 03:31
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.132Update Rust crate serde_json to v1.0.133Nov 17, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 672b12b to 7c13275CompareDecember 21, 2024 22:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.133Update Rust crate serde_json to v1.0.134Dec 21, 2024
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 7c13275 to 904cf4cCompareJanuary 7, 2025 01:10
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.134Update Rust crate serde_json to v1.0.135Jan 7, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 904cf4c to 5559c2eCompareJanuary 19, 2025 08:54
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.135Update Rust crate serde_json to v1.0.136Jan 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5559c2e to 3a82018CompareJanuary 20, 2025 01:34
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.136Update Rust crate serde_json to v1.0.137Jan 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 3a82018 to b087e34CompareJanuary 28, 2025 20:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.137Update Rust crate serde_json to v1.0.138Jan 28, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b087e34 to 996009fCompareFebruary 20, 2025 03:08
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.138Update Rust crate serde_json to v1.0.139Feb 20, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 996009f to bb0354eCompareMarch 3, 2025 11:58
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.139Update Rust crate serde_json to v1.0.140Mar 3, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from bb0354e to 60d9944CompareJuly 18, 2025 23:49
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.140Update Rust crate serde_json to v1.0.141Jul 18, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 60d9944 to 5c67a21CompareAugust 1, 2025 00:47
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.141Update Rust crate serde_json to v1.0.142Aug 1, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 5c67a21 to b4b87faCompareAugust 19, 2025 05:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.142Update Rust crate serde_json to v1.0.143Aug 19, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from b4b87fa to d0f1102CompareSeptember 14, 2025 00:25
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.143Update Rust crate serde_json to v1.0.144Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d0f1102 to 4823258CompareSeptember 14, 2025 16:24
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.144Update Rust crate serde_json to v1.0.145Sep 14, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 4823258 to d7c100aCompareDecember 10, 2025 10:50
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d7c100a to c32752fCompareDecember 22, 2025 14:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.145Update Rust crate serde_json to v1.0.146Dec 22, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c32752f to d259a34CompareDecember 24, 2025 01:01
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.146Update Rust crate serde_json to v1.0.147Dec 24, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from d259a34 to a936a6eCompareDecember 27, 2025 08:48
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.147Update Rust crate serde_json to v1.0.148Dec 27, 2025
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from 417d136 to caebbe4CompareJanuary 6, 2026 18:29
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.148Update Rust crate serde_json to v1.0.149Jan 6, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from caebbe4 to 2a6e273CompareFebruary 2, 2026 19:56
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2a6e273 to 6c924e9CompareFebruary 12, 2026 12:02
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 6c924e9 to c4e8dd6CompareFebruary 25, 2026 14:16
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from c4e8dd6 to 53426ffCompareMarch 13, 2026 13:44
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch 2 times, most recently from ab53c86 to 2962bf5CompareMay 21, 2026 20:53
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.149Update Rust crate serde_json to v1.0.150May 21, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 2962bf5 to be21baaCompareJuly 20, 2026 12:00
@renovaterenovateBot changed the title Update Rust crate serde_json to v1.0.150Update Rust crate serde_json to v1.0.151Jul 20, 2026
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from be21baa to 389833eCompareAugust 11, 2026 21:12
@renovate
renovateBotforce-pushed the renovate/serde_json-1.x-lockfile branch from 389833e to 4bc7a33CompareAugust 26, 2026 11:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants