-
Notifications
You must be signed in to change notification settings - Fork 0
deps: update rust crate serde_json to v1.0.149 #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/serde_json-1.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4c59004 to
c223b76
Compare
c223b76 to
8cc8a13
Compare
8cc8a13 to
a70294e
Compare
a70294e to
0167586
Compare
0167586 to
006f735
Compare
006f735 to
d0f3cb8
Compare
d0f3cb8 to
d64176d
Compare
d64176d to
6f048f8
Compare
6f048f8 to
81cc5a1
Compare
1b09603 to
01acf07
Compare
01acf07 to
5e9efb4
Compare
5e9efb4 to
71063cf
Compare
71063cf to
4d0e8a2
Compare
4d0e8a2 to
0c05539
Compare
0c05539 to
761880a
Compare
761880a to
9254986
Compare
9254986 to
afaa16d
Compare
afaa16d to
74c58f9
Compare
74c58f9 to
b6c8ecf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.68→1.0.149Release Notes
serde-rs/json (serde_json)
v1.0.149Compare Source
v1.0.148Compare Source
zmijdependency to 1.0v1.0.147Compare Source
v1.0.146Compare Source
v1.0.145Compare Source
v1.0.144Compare Source
v1.0.143Compare Source
v1.0.142Compare Source
v1.0.141Compare Source
v1.0.140Compare Source
v1.0.139Compare Source
v1.0.138Compare Source
v1.0.137Compare Source
v1.0.136Compare Source
v1.0.135Compare Source
v1.0.134Compare Source
RawValueassociated constants for literalnull,true,false(#1221, thanks @bheylin)v1.0.133Compare Source
v1.0.132Compare Source
v1.0.131Compare Source
Map<String, Value>and&Map<String, Value>(#1135, thanks @swlynch99)v1.0.130Compare Source
Numberfrom i128 and u128 (#1141, thanks @druide)v1.0.129Compare Source
serde_json::Map::sort_keysandserde_json::Value::sort_all_objects(#1199)v1.0.128Compare Source
v1.0.127Compare Source
v1.0.126Compare Source
v1.0.125Compare Source
v1.0.124Compare Source
v1.0.123Compare Source
v1.0.122Compare Source
json!in no-std crates (#1166)v1.0.121Compare Source
v1.0.120Compare Source
indexmapdependency (#1152, thanks @cforycki)v1.0.119Compare Source
serde_json::Map::shift_insert(#1149, thanks @joshka)v1.0.118Compare Source
v1.0.117Compare Source
v1.0.116Compare Source
v1.0.115Compare Source
v1.0.114Compare Source
v1.0.113Compare Source
swap_removeandshift_removemethods on Map (#1109)v1.0.112Compare Source
v1.0.111Compare Source
v1.0.110Compare Source
v1.0.109Compare Source
v1.0.108Compare Source
v1.0.107Compare Source
v1.0.106Compare Source
Value::as_numberaccessor (#1069, thanks @chanced)Number::as_straccessor under "arbitrary_precision" feature (#1067, thanks @chanced)v1.0.105Compare Source
v1.0.104Compare Source
v1.0.103Compare Source
v1.0.102Compare Source
v1.0.101Compare Source
v1.0.100Compare Source
-Z minimal-versionsv1.0.99Compare Source
v1.0.98Compare Source
v1.0.97Compare Source
io_error_kind()method to serde_json::Error:fn io_error_kind(&self) -> Option<std::io::ErrorKind>(#1026)v1.0.96Compare Source
to_writeronly writes valid UTF-8 strings (#1011, thanks @stepancheg)v1.0.95Compare Source
v1.0.94Compare Source
Displayandsource()(#991, #992)v1.0.93Compare Source
v1.0.92Compare Source
v1.0.91Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv1.0.90Compare Source
v1.0.89Compare Source
v1.0.88Compare Source
appendandclone_from(#952, thanks @Lucretiel)v1.0.87Compare Source
write_i128andwrite_u128methods toserde_json::Formatterto control the formatting of 128-bit integers (#940, thanks @Lucretiel)v1.0.86Compare Source
arbitrary_precisionfeature even in no-std mode (#928, thanks @kvinwang)v1.0.85Compare Source
DisplayforNumberproduce the same representation as serializing (#919)v1.0.84Compare Source
Debugimpl ofserde_json::Valuemore compact (#918)v1.0.83Compare Source
v1.0.82Compare Source
From<Option<T>>for serde_json::Value whereT: Into<Value>(#900, thanks @kvnvelasco)v1.0.81Compare Source
indexmap/autocfgnot always properly detecting whether astdsysroot crate is available (#885, thanks @cuviper)v1.0.80Compare Source
v1.0.79Compare Source
RawValuedeserialization to propagate\uescapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#830, thanks @lucacasonato)v1.0.78Compare Source
&RawValuein map key position, which would previously fail with "invalid type: newtype struct" (#851)v1.0.77Compare Source
stdnorallocfeature enabledv1.0.76Compare Source
raw_valueandallocare enabled whilestdis disabled (#850)v1.0.75Compare Source
v1.0.74Compare Source
v1.0.73Compare Source
itoadependency to 1.0v1.0.72Compare Source
\u-encoded lone surrogates when deserializing into a byte string (#828, #829, thanks @lucacasonato)v1.0.71Compare Source
v1.0.70Compare Source
serde_json::Map::retainmethod (#822, thanks @deankarn)v1.0.69Compare Source
Configuration
📅 Schedule: 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.